#pragma once
namespace MiniEngine {
enum class Platform
{
Unknown,
Windows,
MacOS,
Linux,
iOS,
Android
};
} /// End of namespace MiniEngine