diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 17492166..047aa4c1 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -829,6 +829,7 @@ gentity_t *G_TempEntity( vec3_t origin, int event ); void G_Sound( gentity_t *ent, int channel, int soundIndex ); void G_FreeEntity( gentity_t *e ); qboolean G_EntitiesFree( void ); +char *G_CopyString( const char *str ); void G_TouchTriggers( gentity_t *ent ); |