Added protocol/targetGame variables

This commit is contained in:
OM 2023-06-29 21:28:43 +02:00
parent a4d71bb150
commit e8a9eb775e
2 changed files with 8 additions and 325 deletions

View file

@ -360,6 +360,9 @@ typedef struct
clientAnim_t* anim;
stopWatch_t* stopWatch;
target_game_e targetGame;
protocol_e protocol;
} clientGameImport_t;