MiniEngine/SDLWrapper/_Platform.h

11 lines
107 B
C
Raw Normal View History

2017-06-18 20:37:17 +08:00
#pragma once
enum class Platform
{
Unknown,
Windows,
MacOS,
Linux,
iOS,
Android
};