summaryrefslogtreecommitdiff
path: root/hal.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-04 17:54:56 +0000
committertruelight <truelight@openttd.org>2004-12-04 17:54:56 +0000
commitb8f6d41418982163965dd5beb0b39dbdce1fbe8f (patch)
tree68d3e795694a875138c369707ed74b5b4b022d49 /hal.h
parent0434287ef826a4ed72cd8528a52a86ae8b70a948 (diff)
downloadopenttd-b8f6d41418982163965dd5beb0b39dbdce1fbe8f.tar.xz
(svn r942) -Merged branch/network back into the trunk
Diffstat (limited to 'hal.h')
-rw-r--r--hal.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/hal.h b/hal.h
index 63e7562b8..faf2892b4 100644
--- a/hal.h
+++ b/hal.h
@@ -71,6 +71,8 @@ extern const HalMusicDriver _extmidi_music_driver;
extern const HalMusicDriver _bemidi_music_driver;
#endif
+extern const HalVideoDriver _dedicated_video_driver;
+
enum DriverType {
VIDEO_DRIVER = 0,
SOUND_DRIVER = 1,
@@ -119,6 +121,12 @@ enum {
FIOS_TYPE_OLD_SCENARIO = 6,
};
+
+// Variables to display file lists
+FiosItem *_fios_list;
+int _fios_num;
+int _saveload_mode;
+
// get the name of an oldstyle savegame
void GetOldSaveGameName(char *title, const char *file);
// get the name of an oldstyle scenario