Merge pull request #46 from robojumper/d_dylink

d_dylink for the most part
This commit is contained in:
Elijah Thomas
2024-05-31 20:09:21 -04:00
committed by GitHub
10 changed files with 363 additions and 56 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ struct DynamicModuleControl : DynamicModuleControlBase {
/* 802dfa60 */ virtual bool do_unlink();
/* 802df3d0 */ DynamicModuleControl(char const*, EGG::ExpHeap *);
/* 802df4d0 */ static void initialize(EGG::ExpHeap *heap);
/* 802df530 */ static bool callback(void*);
/* 802df530 */ static u32 callback(void*);
void checkHeapStatus();
/* 0x10 */ UNKWORD unk_16;