diff options
author | Tim Angus <tim@ngus.net> | 2004-03-01 06:00:41 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2004-03-01 06:00:41 +0000 |
commit | c3cf4a2cf6b203359501e7f964512ba7e425e4b3 (patch) | |
tree | ca1b8cfe4a4de81575cef807be354ab4a3d685f9 /src/game/g_local.h | |
parent | 8de2853c89a624574402d82e541e2061cc121b4a (diff) |
* Reimplemented the chasecam
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 |