Scripting WIP (#70)
* Scripting introduced * AppImage workflow fixes * AppImage workflow simplified * README.md update * README.md update * small fix
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "../settings.h"
|
||||
|
||||
class Level;
|
||||
class BlocksController;
|
||||
class ChunksController;
|
||||
class PlayerController;
|
||||
|
||||
@@ -12,6 +13,7 @@ class LevelController {
|
||||
EngineSettings& settings;
|
||||
Level* level;
|
||||
// Sub-controllers
|
||||
BlocksController* blocks;
|
||||
ChunksController* chunks;
|
||||
PlayerController* player;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user