Compiling. Online and rollback work. Replays broken currently

This commit is contained in:
R2DLiu 2020-07-05 22:28:23 -04:00
commit ced28d629d
9 changed files with 51 additions and 7 deletions

View file

@ -106,6 +106,9 @@ void Host_TitleChanged()
#endif
}
void Host_LowerWindow() {}
void Host_Exit() {}
static std::unique_ptr<Platform> GetPlatform(const optparse::Values& options)
{
std::string platform_name = static_cast<const char*>(options.get("platform"));