diff options
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 4f218d9a..89ca9e80 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -744,6 +744,9 @@ typedef struct { qhandle_t metalGib6; qhandle_t metalGib7; qhandle_t metalGib8; + + qhandle_t gibSpark1; + qhandle_t gibSpark2; qhandle_t smoke2; @@ -1353,6 +1356,12 @@ void CG_InitBuildables( ); // cg_spriter.c // void CG_Spriter( centity_t *cent ); +void CG_LaunchSprite( const vec3_t p, const vec3_t vel, const vec3_t accel, float bounce, + float initRad, float finalRad, + float initAlp, float finalAlp, + float rotation, + int startTime, int duration, + qhandle_t hShader, qboolean overdraw, qboolean realLight ); // // cg_animmapobj.c |