X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.h;h=939033a5296cca74b86692ac701279453f7b7a07;hb=1e7fe72948f9f6f93639f5d003522ce3afa24409;hp=63cd302d673f6f518db6e0130a1b88899ef14b01;hpb=d171c9ad5de05c9ac8563fcf9f23760b93fb50f8;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.h b/player.h index 63cd302..939033a 100644 --- a/player.h +++ b/player.h @@ -192,6 +192,7 @@ static void player__pass_gate( u32 id ); static void player__im_gui(void); static void player__setpos( v3f pos ); static void player__spawn( ent_spawn *rp ); +static void player__clean_refs(void); static void player__reset(void); static void player__kill(void); static void player__begin_holdout( v3f offset );