hey look, more shit

This commit is contained in:
Arisotura
2024-05-18 11:45:31 +02:00
parent 10380320c5
commit 2fc1ae780b
12 changed files with 107 additions and 322 deletions

View File

@ -33,6 +33,8 @@ Q_DECLARE_METATYPE(melonDS::ARCodeCatList::iterator)
namespace Ui { class CheatsDialog; }
class CheatsDialog;
class EmuInstance;
class ARCodeChecker : public QSyntaxHighlighter
{
Q_OBJECT
@ -87,6 +89,8 @@ private slots:
private:
Ui::CheatsDialog* ui;
EmuInstance* emuInstance;
melonDS::ARCodeFile* codeFile;
ARCodeChecker* codeChecker;
};