This commit is contained in:
MihailRis
2024-02-05 22:30:23 +03:00
parent 62600318d7
commit 52e60c979b
3 changed files with 51 additions and 37 deletions
+2
View File
@@ -9,6 +9,7 @@ class LuaState;
class Engine;
class Content;
class ContentIndices;
class Level;
class Block;
class Player;
@@ -20,6 +21,7 @@ class BlocksController;
namespace scripting {
extern Engine* engine;
extern const Content* content;
extern const ContentIndices* indices;
extern Level* level;
extern BlocksController* blocks;