mirror of
https://github.com/love2d/love.git
synced 2026-08-18 19:54:22 +02:00
Fixed compilation errors in filesystem and added workaround for machines without PhysFS 2.0.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user