diff options
Diffstat (limited to 'src/AREngine.h')
-rw-r--r-- | src/AREngine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AREngine.h b/src/AREngine.h index c142711..362b320 100644 --- a/src/AREngine.h +++ b/src/AREngine.h @@ -28,6 +28,7 @@ bool Init(); void DeInit(); void Reset(); +ARCodeFile* GetCodeFile(); void SetCodeFile(ARCodeFile* file); void RunCheats(); |