mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-13 00:24:06 +00:00
a39565b783
... 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)
9 lines
131 B
C
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 */
|