summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 9d78b932..dde380f5 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -585,6 +585,8 @@ void FinishSpawningBuildable( gentity_t *ent );
//
// g_utils.c
//
+int G_ParticleSystemIndex( char *name );
+int G_ShaderIndex( char *name );
int G_ModelIndex( char *name );
int G_SoundIndex( char *name );
void G_TeamCommand( pTeam_t team, char *cmd );