Add g_punchAngles
This commit is contained in:
parent
bb6c9efc50
commit
56fa55a751
|
@ -8,7 +8,8 @@
|
||||||
#include "include/sdk.h"
|
#include "include/sdk.h"
|
||||||
#include "include/util.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* hw;
|
||||||
void** h_client;
|
void** h_client;
|
||||||
|
|
|
@ -34,6 +34,7 @@ enum game_id {
|
||||||
/*----------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
extern game_id this_game_id;
|
extern game_id this_game_id;
|
||||||
|
extern vec3_t g_punchAngles;
|
||||||
|
|
||||||
extern void* hw;
|
extern void* hw;
|
||||||
extern void** h_client; /* hClientDLL hander */
|
extern void** h_client; /* hClientDLL hander */
|
||||||
|
|
Loading…
Reference in New Issue