add vctest (WIP)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user