summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index 67899978..5ddcf076 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -623,6 +623,7 @@ typedef enum
MN_H_ITEMHELD,
MN_H_TEAMCHANGEBUILDTIMER,
MN_H_NOARMOURYHERE,
+ MN_H_NOENERGYAMMOHERE,
MN_H_NOROOMBSUITON,
MN_H_NOROOMBSUITOFF,
MN_H_ARMOURYBUILDTIMER,
@@ -1131,6 +1132,7 @@ int BG_GetValueOfPlayer( playerState_t *ps );
qboolean BG_PlayerCanChangeWeapon( playerState_t *ps );
int BG_PlayerPoisonCloudTime( playerState_t *ps );
weapon_t BG_GetPlayerWeapon( playerState_t *ps );
+qboolean BG_HasEnergyWeapon( playerState_t *ps );
int BG_FindValueOfBuildable( int bclass );
int BG_FindBuildNumForName( char *name );