Add sounds on injection

This commit is contained in:
Wizzard
2023-09-19 18:54:15 -04:00
parent b7bac66484
commit c1ff555e17
2 changed files with 15 additions and 0 deletions

View File

@@ -13,5 +13,6 @@ GameType get_current_game(void);
int IsCS16(void);
int IsHalfLife(void);
int IsDayOfDefeat(void);
int IsTFC(void);
#endif