Add g_punchAngles

This commit is contained in:
8dcc
2023-07-30 20:05:12 +02:00
parent bb6c9efc50
commit 56fa55a751
2 changed files with 3 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ enum game_id {
/*----------------------------------------------------------------------------*/
extern game_id this_game_id;
extern vec3_t g_punchAngles;
extern void* hw;
extern void** h_client; /* hClientDLL hander */