mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-23 12:31:15 +00:00
10 lines
131 B
C
10 lines
131 B
C
|
#ifndef _G_WEAPON_H
|
||
|
#define _G_WEAPON_H
|
||
|
|
||
|
#include "g_local.h"
|
||
|
|
||
|
vec3_t forward, right, up;
|
||
|
vec3_t muzzle;
|
||
|
|
||
|
#endif /* _G_WEAPON_H */
|