Qt: Implement GC TAS input window

This commit is contained in:
Rukai 2018-01-28 00:35:02 +11:00 committed by Lucas Kent
commit 3f1ffbad0d
13 changed files with 509 additions and 0 deletions

View file

@ -87,6 +87,7 @@ signals:
void StartRecording();
void StopRecording();
void ExportRecording();
void ShowTASInput();
void SelectionChanged(QSharedPointer<GameFile> game_file);
void RecordingStatusChanged(bool recording);