add 'test' library

This commit is contained in:
MihailRis
2024-12-07 22:16:50 +03:00
parent bbb9987140
commit 59402b6607
10 changed files with 56 additions and 12 deletions
+3 -1
View File
@@ -8,14 +8,16 @@
#include "lua_util.hpp"
class EnginePaths;
struct CoreParameters;
namespace lua {
enum class StateType {
BASE,
TEST,
GENERATOR,
};
void initialize(const EnginePaths& paths);
void initialize(const EnginePaths& paths, const CoreParameters& params);
void finalize();
bool emit_event(