#pragma once #include typedef uint8_t EventType; enum EventTypes { EventTypeTick, EventTypeKey, EventForceCloseApp, EventForceRedraw };