platform.h 163 B

1234567891011
  1. #ifndef INCLUDE_PLATFORM_H
  2. #define INCLUDE_PLATFORM_H
  3. #include <cstdint>
  4. #define TIMER_FREQ 32768
  5. #define ACTIVE_WAIT
  6. typedef uint16_t *texture_data_t;
  7. #endif