Fixed compilation errors in filesystem and added workaround for machines without PhysFS 2.0.

This commit is contained in:
rude
2009-08-13 21:55:05 +02:00
parent d164a305c5
commit 5c75f3b5a5
2 changed files with 14 additions and 7 deletions
@@ -85,6 +85,9 @@ namespace physfs
// The full path to the source of the game.
std::string game_source;
// Workaround for machines without PhysFS 2.0
bool isInited;
protected:
public: