From 97cbb7514135ec81803e746f0b549e9f95abbecc Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 21 Oct 2007 15:18:50 +0000 Subject: added basic file loader --- src/game/game.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/game/game.h') diff --git a/src/game/game.h b/src/game/game.h index 7c1cc0c..9f3b19a 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -28,6 +28,15 @@ namespace game /// true while the game is running extern bool initialized; + + /// location of the main data files, includes trailing / + extern std::string datadir; + /// location of the personal data files, includes trailing / + extern std::string homedir; + /// subdirectory with the base data files, includes trailing / + extern std::string basedir; + /// subdirectory for the current mod, includes trailing / + extern std::string moddir; }; #endif // __INCLUDED_GAME_H__ -- cgit v1.2.3