Metrics for individual systems. Press N
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user