mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
add AR code file parser and shit
This commit is contained in:
@ -19,6 +19,8 @@
|
||||
#ifndef ARENGINE_H
|
||||
#define ARENGINE_H
|
||||
|
||||
#include "ARCodeFile.h"
|
||||
|
||||
namespace AREngine
|
||||
{
|
||||
|
||||
@ -26,6 +28,8 @@ bool Init();
|
||||
void DeInit();
|
||||
void Reset();
|
||||
|
||||
void SetCodeFile(ARCodeFile* file);
|
||||
|
||||
void RunCheats();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user