diff options
author | Tim Angus <tim@ngus.net> | 2001-07-25 19:51:49 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-07-25 19:51:49 +0000 |
commit | ede090a62f34f856e84904cad61670d5920cbc4d (patch) | |
tree | d2809d95b4c591d6722a708bc532d84e5f5599ef /src/game/g_local.h | |
parent | c4771d2a8707609f9908e4dcc5eb7cbb7c10ed36 (diff) |
QVM based MP3 player :)
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index e1736309..3c49ab2f 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -728,12 +728,13 @@ void G_RunClient( gentity_t *ent ); qboolean OnSameTeam( gentity_t *ent1, gentity_t *ent2 ); void Team_CheckDroppedItem( gentity_t *dropped ); - // // g_mem.c // void *G_Alloc( int size ); void G_InitMemory( void ); +void G_Free( void *ptr ); +void G_DefragmentMemory( void ); void Svcmd_GameMem_f( void ); // |