diff options
| author | Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> | 2024-05-31 20:09:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-31 20:09:21 -0400 |
| commit | bc9eaa1ca985315386ceed621c9fb64fc88d4eac (patch) | |
| tree | 27ef7217bfdad5359aafc085f001ea7adda3e14a /include/DynamicLink.h | |
| parent | 9d26f1bd6660eef16b2cbb94e1a20d67e81f4380 (diff) | |
| parent | 64f4aaa260703769a598a87cddb4003d36869d88 (diff) | |
Merge pull request #46 from robojumper/d_dylink
d_dylink for the most part
Diffstat (limited to 'include/DynamicLink.h')
| -rw-r--r-- | include/DynamicLink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/DynamicLink.h b/include/DynamicLink.h index da4a5a21..c63c3077 100644 --- a/include/DynamicLink.h +++ b/include/DynamicLink.h @@ -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; |
