This website requires JavaScript.
Explore
Help
Sign In
gronod
/
OpenTTD
Watch
1
Star
0
Fork
0
You've already forked OpenTTD
mirror of
https://github.com/OpenTTD/OpenTTD.git
synced
2025-03-13 02:52:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fb938a2cb3
OpenTTD
/
src
/
sound
/
null_s.cpp
7 lines
101 B
C++
Raw
Normal View
History
Unescape
Escape
(svn r2701) Insert Id tags into all source files
2005-07-24 15:12:37 +01:00
/* $Id$ */
(svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build
2005-07-25 08:16:10 +01:00
#
include
"../stdafx.h"
#
include
"null_s.h"
(svn r2685) -Codechange: Split the music/sound/video drivers into separate files and move them into subfolders. This results in shorter and hopefully easier to maintain files. Note: I had to change paths in #include statements of some unrelated files, because I added the ottd base directory to the include path (-I.)
2005-07-23 16:16:57 +01:00
(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model.
2007-07-05 13:23:54 +01:00
static
FSoundDriver_Null
iFSoundDriver_Null
;
Reference in New Issue
Copy Permalink