summaryrefslogtreecommitdiff
path: root/src/video
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
commitdf12937f1995379203542e220fc121f558aafed1 (patch)
tree11608a1c774c5961fb6f16b3536041e440426e8c /src/video
parent5d379d6696e216452c573f854f6b396514e1d1e6 (diff)
downloadopenttd-df12937f1995379203542e220fc121f558aafed1.tar.xz
(svn r11839) -Codechange: move some variables from variables.h to a more logical location.
Diffstat (limited to 'src/video')
-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 */