diff options
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index ab3e9e6..5816a9b 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1726,7 +1726,7 @@ void CG_DrawBuildableStatus( void ); void CG_InitBuildables( void ); void CG_HumanBuildableExplosion( vec3_t origin, vec3_t dir, int buildable ); void CG_AlienBuildableExplosion( vec3_t origin, vec3_t dir, int buildable ); - +void CG_AlienSpitefulAbcessExplosion( vec3_t origin, vec3_t dir ); void CG_DrawChatBubble( void ); int CG_SortDistance( const void *a, const void *b ); |