summaryrefslogtreecommitdiff
path: root/src/video/video_driver.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-13 21:41:24 +0000
committerrubidium <rubidium@openttd.org>2008-01-13 21:41:24 +0000
commit3ca95f2a85d2347f28424a479fa3323f4a86bca7 (patch)
tree11608a1c774c5961fb6f16b3536041e440426e8c /src/video/video_driver.hpp
parent27e5deb719f91bc26e8bf39a11acff6367062417 (diff)
downloadopenttd-3ca95f2a85d2347f28424a479fa3323f4a86bca7.tar.xz
(svn r11839) -Codechange: move some variables from variables.h to a more logical location.
Diffstat (limited to 'src/video/video_driver.hpp')
-rw-r--r--src/video/video_driver.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/video/video_driver.hpp b/src/video/video_driver.hpp
index 423ab92e1..2cd81154e 100644
--- a/src/video/video_driver.hpp
+++ b/src/video/video_driver.hpp
@@ -31,5 +31,9 @@ public:
};
extern VideoDriver *_video_driver;
+extern char _ini_videodriver[32];
+extern int _num_resolutions;
+extern uint16 _resolutions[32][2];
+extern uint16 _cur_resolution[2];
#endif /* VIDEO_VIDEO_DRIVER_HPP */