Major - Architecture Rework - 11.0.0

This commit is contained in:
2025-06-03 16:29:44 +02:00
parent ce51c11b31
commit d364517633
1441 changed files with 1914 additions and 856805 deletions

View File

@@ -14,6 +14,7 @@
#include <functional>
#include "render_texture_class.h"
#include "scene_manager.h"
class application_class;
@@ -74,6 +75,7 @@ private:
std::vector<widget_entry> widgets_;
application_class* app_;
scene_manager* scene_manager_;
bool showObjectWindow;
bool showTerrainWindow;