rpg-x2-rpgxef/game/g_weapon.h
Walter Julius Hennecke 0f01d35a58 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 00:48:18 +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 */