refactor Engine

This commit is contained in:
MihailRis
2025-04-02 15:01:24 +03:00
parent 331734792d
commit e442402e43
17 changed files with 130 additions and 135 deletions
+2
View File
@@ -14,6 +14,7 @@ class Engine;
class Content;
struct ContentPack;
class ContentIndices;
class ContentControl;
class Level;
class Block;
class Chunk;
@@ -38,6 +39,7 @@ namespace scripting {
extern Engine* engine;
extern const Content* content;
extern const ContentIndices* indices;
extern ContentControl* content_control;
extern Level* level;
extern BlocksController* blocks;
extern LevelController* controller;