mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-11-29 07:32:04 +00:00
10 lines
No EOL
154 B
C
10 lines
No EOL
154 B
C
#ifndef _G_WEAPON_H
|
|
#define _G_WEAPON_H
|
|
|
|
#include "g_local.h"
|
|
|
|
static float s_quadFactor;
|
|
vec3_t forward, right, up;
|
|
vec3_t muzzle;
|
|
|
|
#endif // _G_WEAPON_H
|