mirror of
https://github.com/zeldaret/tp
synced 2026-08-01 16:20:18 -04:00
Work on d_msg_scrn_item (#2188)
This commit is contained in:
@@ -138,6 +138,8 @@ public:
|
||||
|
||||
MtxP getGlbMtx() { return mGlobalMtx; }
|
||||
|
||||
JGeometry::TBox2<f32>& getGlbBounds() { return mGlobalBounds; }
|
||||
|
||||
void setMtx(Mtx m) { MTXCopy(m, mPositionMtx); }
|
||||
|
||||
void translate(f32 transX, f32 transY) {
|
||||
|
||||
@@ -242,4 +242,8 @@ inline void JKRUnmountArchive(JKRArchive* arc) {
|
||||
arc->unmount();
|
||||
}
|
||||
|
||||
inline void JKRReadIdxResource(void* param_1, u32 param_2, u32 param_3, JKRArchive* param_4) {
|
||||
param_4->readIdxResource(param_1, param_2, param_3);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user