X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_replay.h;h=0aa370e63d1407a9d71c3d2830b61f280b95e353;hb=1fd91b77f23ce1593037e01b9abb62859545b400;hp=cd9bd849d14c1479166d736198f0bec87b77d0d9;hpb=64d773ba5c208685f5cf265cc3505e3898e03528;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_replay.h b/player_replay.h index cd9bd84..0aa370e 100644 --- a/player_replay.h +++ b/player_replay.h @@ -41,7 +41,6 @@ struct replay_frame { struct replay_gamestate { rigidbody rb; v3f angles; - struct player_cam_controller cam_control; }; @@ -66,5 +65,7 @@ replay_frame_data( replay_frame *frame, enum replay_framedata type ); static void skaterift_replay_pre_update(void); static void skaterift_replay_imgui(void); static void skaterift_replay_debug_info(void); +static void skaterift_record_frame( replay_buffer *replay, + int force_gamestate ); #endif /* PLAYER_REPLAY_H */