1 #ifndef PLATFORM_PLATFORM_H
2 #define PLATFORM_PLATFORM_H
3 
4 int platform_sdl_version_at_least(int major, int minor, int patch);
5 
6 #endif // PLATFORM_PLATFORM_H
7