event_type.h 101 B

1234567
  1. #pragma once
  2. #include <inttypes.h>
  3. typedef enum {
  4. EventTypeTick,
  5. EventTypeKey,
  6. } EventType;