mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
hey look, more shit
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user