rpg-x2/game/g_weapon.h
Walter Julius Hennecke 927bd83488 Synchronising with rpgxEF edition
Reformating and optimization …
Changes in g_weapons.c:
- reformated a lot of comments
- reformated some code
- removed unused macros, variables, and functions
- made all functions and variables static where it was possible
2012-05-08 13:46:44 +02:00

9 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 */