mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-24 21:11:11 +00:00
11 lines
145 B
C
11 lines
145 B
C
#ifndef _G_WEAPON_H
|
|
#define _G_WEAPON_H
|
|
|
|
#include "g_local.h"
|
|
|
|
vec3_t forward;
|
|
vec3_t right;
|
|
vec3_t up;
|
|
vec3_t muzzle;
|
|
|
|
#endif /* _G_WEAPON_H */
|