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