mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-11-24 05:11:19 +00:00
927bd83488
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
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 */
|