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

@ -8,7 +8,8 @@
#include "include/sdk.h"
#include "include/util.h"
enum game_id this_game_id = HL;
game_id this_game_id = HL;
vec3_t g_punchAngles = { 0, 0, 0 };
void* hw;
void** h_client;

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 */