base for forwarding input to clients

This commit is contained in:
Arisotura
2023-03-23 22:09:51 +01:00
parent cf3aedb509
commit b9a1a54304

View File

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