#ifndef INCLUDE_PLATFORM_H #define INCLUDE_PLATFORM_H #include <SFML/Graphics/Texture.hpp> #define TIMER_FREQ 1000000 typedef sf::Texture texture_data_t; #endif