diff options
Diffstat (limited to 'src/AREngine.h')
-rw-r--r-- | src/AREngine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AREngine.h b/src/AREngine.h index 1f2ee18..2104467 100644 --- a/src/AREngine.h +++ b/src/AREngine.h @@ -33,7 +33,7 @@ public: void SetCodeFile(ARCodeFile* file) { CodeFile = file; } void RunCheats(); - void RunCheat(ARCode& arcode); + void RunCheat(const ARCode& arcode); private: melonDS::NDS& NDS; ARCodeFile* CodeFile; // AR code file - frontend is responsible for managing this |