Added a stats window

This commit is contained in:
2016-01-18 18:03:45 +01:00
parent 3bc7dceca5
commit 9cb5f4bd2f
5 changed files with 151 additions and 0 deletions
+2
View File
@@ -9,6 +9,7 @@
#include "../Core/EntityFilePreprocessor.h"
#include "../Core/EntityFileParser.h"
#include "EditorGUI.h"
#include "EditorStats.h"
class EditorSystem : public ImpureSystem
{
@@ -28,6 +29,7 @@ private:
EntityWrapper m_Camera = EntityWrapper::Invalid;
DebugCameraInputController<EditorSystem>* m_DebugCameraInputController;
EditorGUI* m_EditorGUI;
EditorStats* m_EditorStats;
void OnEntitySelected(EntityWrapper entity);
};