platform.h 209 B

12345678910111213
  1. #ifndef INCLUDE_PLATFORM_H
  2. #define INCLUDE_PLATFORM_H
  3. #include <cstdint>
  4. #include <libndls.h>
  5. #define TIMER_FREQ 32768
  6. #define ACTIVE_WAIT
  7. typedef uint16_t *texture_data_t;
  8. typedef t_key keycode_t;
  9. #endif