evil_portal_custom_event.h 195 B

12345678
  1. #pragma once
  2. typedef enum {
  3. Evil_PortalEventRefreshConsoleOutput = 0,
  4. Evil_PortalEventStartConsole,
  5. Evil_PortalEventStartKeyboard,
  6. Evil_PortalEventStartPortal,
  7. } Evil_PortalCustomEvent;