minor refactor

This commit is contained in:
MihailRis
2024-04-10 19:55:03 +03:00
parent 252e9f0d19
commit c8ca56fb8e
16 changed files with 51 additions and 30 deletions
+1 -12
View File
@@ -33,18 +33,7 @@ namespace scripting {
extern BlocksController* blocks;
extern LevelController* controller;
/// @brief Lua environment wrapper for automatic deletion
class Environment {
int env;
public:
Environment(int env);
~Environment();
int getId() const;
// @brief Release namespace control
void release();
};
class Environment;
void initialize(Engine* engine);