summaryrefslogtreecommitdiff
path: root/video/sdl_v.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-23 15:48:00 +0000
committertron <tron@openttd.org>2005-07-23 15:48:00 +0000
commit10fd03e222dfd78abd7e9c78a215d4b8bc36cf3b (patch)
tree265b5c47cc68bef828546de2508f0641f8563050 /video/sdl_v.h
parent54e02a620a6e71e30ac49c604ff225a44a3d623b (diff)
downloadopenttd-10fd03e222dfd78abd7e9c78a215d4b8bc36cf3b.tar.xz
(svn r2688) MSVC and Watcom can't handle identical file names in different directories, oh my...
Diffstat (limited to 'video/sdl_v.h')
-rw-r--r--video/sdl_v.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/video/sdl_v.h b/video/sdl_v.h
new file mode 100644
index 000000000..d2e9dae7b
--- /dev/null
+++ b/video/sdl_v.h
@@ -0,0 +1,8 @@
+#ifndef VIDEO_SDL_H
+#define VIDEO_SDL_H
+
+#include "hal.h"
+
+extern const HalVideoDriver _sdl_video_driver;
+
+#endif