platform.h 162 B

12345678910
  1. #ifndef INCLUDE_PLATFORM_H
  2. #define INCLUDE_PLATFORM_H
  3. #include <SFML/Graphics/Texture.hpp>
  4. #define TIMER_FREQ 1000
  5. typedef sf::Texture texture_data_t;
  6. #endif