base for forwarding input to clients

This commit is contained in:
Arisotura 2023-03-23 22:09:51 +01:00
parent 55f50d58f0
commit 98c63829d6
1 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,8 @@ u32 PlayerAddress(int id);
void StartGame();
void StartLocal();
void StartGame();
void ProcessFrame();
void ProcessInput();