This commit is contained in:
Jcw87
2023-10-19 23:30:05 -07:00
parent f0b6f0820c
commit 0fca7394bc
3 changed files with 29 additions and 6 deletions
+16
View File
@@ -0,0 +1,16 @@
#ifndef JASBANK_H
#define JASBANK_H
#include "dolphin/types.h"
class JKRHeap;
namespace JASystem {
namespace TBank {
JKRHeap* getCurrentHeap();
extern JKRHeap* sCurrentHeap;
};
}
#endif /* JASBANK_H */