platform.h 143 B

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