mirror of
https://github.com/zeldaret/ss
synced 2026-06-23 17:05:14 -04:00
m3d (#13)
* Initial M3d Pass * `m_bmdl` and `m_bline` left --------- Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com> Co-authored-by: Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com>
This commit is contained in:
@@ -26,6 +26,8 @@ public:
|
||||
s32 adjustExpHeap();
|
||||
bool createNewTempFrmHeap(s32 size, EGG::Heap *newHeap, char *heapName, s32 align, u32 unk);
|
||||
void adjustFrmHeapRestoreCurrent();
|
||||
static void *allocOnHeap(u32 size, mHeapAllocator_c *allocator);
|
||||
};
|
||||
|
||||
void *operator new[](size_t size, mAllocator_c *);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user