4#include <entities/entity.h>
5#include <input/keycodes.h>
40 static const Uint8* keyStates;
41 static Uint8 prevKeyStates[SDL_NUM_SCANCODES];
42 static std::set<EKeyCode> keyMemory;
An Entity is the base class for all data and behaviour oriented objects in meteor....
Definition entity.h:9