diff options
author | /dev/humancontroller <devhc@example.com> | 2014-07-13 16:55:07 +0200 |
---|---|---|
committer | /dev/humancontroller <devhc@example.com> | 2017-03-09 13:51:11 +0100 |
commit | 781bc91fa496f19576568cd1218b54127d8cfba7 (patch) | |
tree | 5a663c9ed40115e3a28805788ee34deb37e99a1f /src/game/g_local.h | |
parent | a2b4c1c22e6d86a517f6c82af0a524816bc3871a (diff) |
add a string duplicating function into the game module
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 ); |