rpgxef/code/game/g_weapon.h
Walter Julius Hennecke a39565b783 Integrated RPG-X2 rpgxEF edition into the rpgxEF repo
... not quite content with where the project files lie but it is ok for
now.
... compiling works fine so far (only tested mingw32 right now)
2012-08-04 12:54:37 +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 */