* Fix the same errors as in the decomp repo.

This commit is contained in:
iProgramInCpp
2023-08-03 22:04:48 +03:00
parent dca2f0b480
commit cd36908905
3 changed files with 12 additions and 0 deletions

View File

@@ -10,6 +10,8 @@
#include "Level.hpp"
#include "GetTime.h"
#ifdef DEMO
#define C_CHUNKS_TO_SAVE_PER_TICK (2)
ExternalFileLevelStorage::ExternalFileLevelStorage(const std::string& a, const std::string& path) :
@@ -312,3 +314,5 @@ bool ExternalFileLevelStorage::writeLevelData(const std::string& path, LevelData
return true;
}
#endif