Initial commit
This commit is contained in:
commit
4bd26ecc8b
35 changed files with 2527 additions and 0 deletions
9
Assets/Plugins/UnityGameMode/unitygamemode.c
Normal file
9
Assets/Plugins/UnityGameMode/unitygamemode.c
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include "gamemode_client.h"
|
||||
|
||||
extern "C" int UnityEnterGameMode() {
|
||||
gamemode_request_start();
|
||||
}
|
||||
|
||||
extern "C" int UnityExitGameMode() {
|
||||
gamemode_request_end();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue