diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 926cecb0..99f6ebf4 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -564,6 +564,8 @@ char *G_NewString( const char *string ); // g_cmds.c // void Cmd_Score_f( gentity_t *ent ); +void G_StopFollowing( gentity_t *ent ); +void Cmd_FollowCycle_f( gentity_t *ent, int dir ); // // g_physics.c |