Initial commit

This commit is contained in:
Marc Di Luzio 2018-11-30 15:02:50 +00:00
commit 4bd26ecc8b
35 changed files with 2527 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#include "gamemode_client.h"
extern "C" int UnityEnterGameMode() {
gamemode_request_start();
}
extern "C" int UnityExitGameMode() {
gamemode_request_end();
}