mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-10 14:23:50 -04:00
JASBank
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user