summaryrefslogtreecommitdiff
path: root/video/dedicated_v.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-23 17:23:16 +0000
committertron <tron@openttd.org>2005-07-23 17:23:16 +0000
commit7977e773df7c734660ff15953f4b1f6c2b3d9a42 (patch)
treeb0b3fe2c8a9a8e60ffa7cb4707d468c7da50fd76 /video/dedicated_v.h
parent393f4b2149cdcf2a850ff9b0f596983dd61f3377 (diff)
downloadopenttd-7977e773df7c734660ff15953f4b1f6c2b3d9a42.tar.xz
(svn r2692) Forgot to add a file
Diffstat (limited to 'video/dedicated_v.h')
-rw-r--r--video/dedicated_v.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/video/dedicated_v.h b/video/dedicated_v.h
new file mode 100644
index 000000000..98f01d581
--- /dev/null
+++ b/video/dedicated_v.h
@@ -0,0 +1,8 @@
+#ifndef VIDEO_DEDICATED_H
+#define VIDEO_DEDICATED_H
+
+#include "hal.h"
+
+extern const HalVideoDriver _dedicated_video_driver;
+
+#endif