diff options
author | tron <tron@openttd.org> | 2005-07-23 15:48:00 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-23 15:48:00 +0000 |
commit | 10fd03e222dfd78abd7e9c78a215d4b8bc36cf3b (patch) | |
tree | 265b5c47cc68bef828546de2508f0641f8563050 /sound/null.h | |
parent | 54e02a620a6e71e30ac49c604ff225a44a3d623b (diff) | |
download | openttd-10fd03e222dfd78abd7e9c78a215d4b8bc36cf3b.tar.xz |
(svn r2688) MSVC and Watcom can't handle identical file names in different directories, oh my...
Diffstat (limited to 'sound/null.h')
-rw-r--r-- | sound/null.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/null.h b/sound/null.h deleted file mode 100644 index 63cc5ef8f..000000000 --- a/sound/null.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef SOUND_NULL_H -#define SOUND_NULL_H - -#include "hal.h" - -extern const HalSoundDriver _null_sound_driver; - -#endif |