Metrics for individual systems. Press N

This commit is contained in:
Stiffly
2015-09-24 17:25:14 +02:00
parent 086bdbce70
commit 14d133bd31
4 changed files with 49 additions and 10 deletions
+6
View File
@@ -37,6 +37,8 @@
#include "EComponentCreated.h"
#include "ResourceManager.h"
#include "EKeyDown.h"
namespace dd
{
@@ -52,6 +54,10 @@ public:
, m_LastEntityID(0) { }
~World() { }
dd::EventRelay<World, dd::Events::KeyDown> m_EKeyDown;
bool OnKeyDown(const dd::Events::KeyDown &event);
/** Initialize the world.