evil_portal_custom_event.h 234 B

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