kiritow d2d11aeec5 Update to SDL2.0.7, SDL_image 2.0.2
It seems that SDL_Mixer 2.0.2 is not built with any audio support.
No newer version of SDL_ttf found.
2017-12-31 17:57:20 +08:00

13 lines
153 B
C++

#pragma once
#include "begin_code.h"
enum class Platform
{
Unknown,
Windows,
MacOS,
Linux,
iOS,
Android
};
#include "end_code.h"