diff options
author | tron <tron@openttd.org> | 2005-07-23 17:23:16 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-23 17:23:16 +0000 |
commit | aef046b4d754ebae133d110b73dadfca5802b2ec (patch) | |
tree | b0b3fe2c8a9a8e60ffa7cb4707d468c7da50fd76 /video | |
parent | 4a14350711dfb757d9638c13c3ca2c9e9845bdbf (diff) | |
download | openttd-aef046b4d754ebae133d110b73dadfca5802b2ec.tar.xz |
(svn r2692) Forgot to add a file
Diffstat (limited to 'video')
-rw-r--r-- | video/dedicated_v.h | 8 |
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 |