C++ Compilation!

This commit is contained in:
Anemunt
2025-12-12 00:06:21 -05:00
parent a7c89193b4
commit ee90559e8c
14 changed files with 865 additions and 10 deletions

View File

@@ -16,6 +16,7 @@ public:
fs::path scenesPath;
fs::path assetsPath;
fs::path scriptsPath;
fs::path scriptsConfigPath;
std::string currentSceneName;
bool isLoaded = false;
bool hasUnsavedChanges = false;