File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,12 @@ struct TetrisApplication final : public Application {
7171 create_input (Controls controls, Tetrion* associated_tetrion, Input::OnEventCallback on_event_callback);
7272
7373 [[nodiscard]] static std::unique_ptr<Input> create_replay_input (
74+ u8 tetrion_index,
75+ RecordingReader* recording_reader,
76+ Tetrion* associated_tetrion,
77+ Input::OnEventCallback on_event_callback
78+ );
79+
7480 /* *
7581 * @brief Creates an input that replays a recorded game.
7682 * @param tetrion_index The index of the tetrion that is targeted by this input.
@@ -82,7 +88,7 @@ struct TetrisApplication final : public Application {
8288 [[nodiscard]] static std::unique_ptr<Input> create_recording_input (
8389 u8 tetrion_index,
8490 RecordingReader* constrecording_reader,
85- Tetrion * constassociated_tetrion,
91+ Tetrion* constassociated_tetrion,
8692 Input::OnEventCallback on_event_callback
8793 );
8894
You can’t perform that action at this time.
0 commit comments