mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-11-22 04:21:43 +00:00
600b5a28a3
* Additional cvars are to set Damage for each weapons primary and secondary fire
9 lines
No EOL
127 B
C
9 lines
No EOL
127 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
|