Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2007-10-21 23:02:47 +0000
committerStijn Buys <ingar@osirion.org>2007-10-21 23:02:47 +0000
commita237a2d7723b94df6cd3e91401ec28388de6f1a0 (patch)
tree7da376d276d03fced7b94a807c0952fd32bcde08 /src/game/game.h
parent084c6212afaa6f996091f36d0ff85ac845803a87 (diff)
namespace cleanup
Diffstat (limited to 'src/game/game.h')
-rw-r--r--src/game/game.h15
1 files changed, 4 insertions, 11 deletions
diff --git a/src/game/game.h b/src/game/game.h
index 9f3b19a..9609884 100644
--- a/src/game/game.h
+++ b/src/game/game.h
@@ -1,5 +1,7 @@
-/* game.h
- This file is part of the Osirion project
+/*
+ game/game.h
+ This file is part of the Osirion project and is distributed under
+ the terms of the GNU General Public License version 2
*/
#ifndef __INCLUDED_GAME_H__
@@ -28,15 +30,6 @@ 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__