#include "TZR_keystate.h" #include "TZR_globals.h" TZR_KeyState TZR_GetKeyState(int scancode) { return ___tzr_keystates[scancode]; }