- moved platform backend code to 'common'.

This commit is contained in:
Christoph Oelckers 2020-04-23 22:58:02 +02:00
parent 29db3febb8
commit ebe936f03f
70 changed files with 305 additions and 115 deletions

View file

@ -10,6 +10,7 @@ struct SystemCallbacks
bool (*WantNativeMouse)();
bool (*CaptureModeInGame)();
void (*CrashInfo)(char* buffer, size_t bufflen, const char* lfstr);
void (*PlayStartupSound)(const char* name);
};