add vctest (WIP)

This commit is contained in:
MihailRis
2024-12-07 15:49:23 +03:00
parent d9bd60f473
commit 5e8805f241
16 changed files with 439 additions and 52 deletions
+3
View File
@@ -49,6 +49,7 @@ struct CoreParameters {
bool headless = false;
std::filesystem::path resFolder {"res"};
std::filesystem::path userFolder {"."};
std::filesystem::path testFile;
};
class Engine : public util::ObjectsKeeper {
@@ -93,6 +94,8 @@ public:
/// Automatically sets MenuScreen
void mainloop();
void runTest();
/// @brief Called after assets loading when all engine systems are initialized
void onAssetsLoaded();