mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* More work getting this shit to compile again
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
********************************************************************/
|
||||
|
||||
#include "NinecraftApp.hpp"
|
||||
#include "StartMenuScreen.hpp"
|
||||
#include "Item.hpp"
|
||||
#include "world/item/Item.hpp"
|
||||
#include "client/gui/screens/StartMenuScreen.hpp"
|
||||
|
||||
#ifdef DEMO
|
||||
#include "MemoryLevelStorageSource.hpp"
|
||||
#include "world/level/storage/MemoryLevelStorageSource.hpp"
|
||||
#else
|
||||
#include "ExternalFileLevelStorageSource.hpp"
|
||||
#include "world/level/storage/ExternalFileLevelStorageSource.hpp"
|
||||
#endif
|
||||
|
||||
bool NinecraftApp::_hasInitedStatics;
|
||||
|
||||
Reference in New Issue
Block a user