Started implementing deficated editor GUI

This commit is contained in:
2025-12-04 15:51:56 +03:00
parent 6eed5063e6
commit e0db570581
14 changed files with 768 additions and 33 deletions

View File

@@ -16,6 +16,7 @@
#include "CharacterModule.h"
#include "TerrainModule.h"
#include "GUIModule.h"
#include "AppModule.h"
#include "sound.h"
class App;
class SkyRenderer : public Ogre::SceneManager::Listener {