mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
* Finish level saving.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
#include "LevelStorageSource.hpp"
|
||||
|
||||
#ifdef DEMO
|
||||
class MemoryLevelStorageSource : public LevelStorageSource
|
||||
{
|
||||
std::string getName() override;
|
||||
@@ -21,6 +22,6 @@ class MemoryLevelStorageSource : public LevelStorageSource
|
||||
void renameLevel(const std::string&, const std::string&) override;
|
||||
bool isConvertible(const std::string&) override;
|
||||
bool requiresConversion(const std::string&) override;
|
||||
void convertLevel(const std::string&, ProgressListener*) override;
|
||||
int convertLevel(const std::string&, ProgressListener*) override;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user