summaryrefslogtreecommitdiff
path: root/src/DynamicLink.cpp
diff options
context:
space:
mode:
authorLuke Street <luke.street@encounterpc.com>2023-09-15 00:48:57 -0400
committerLuke Street <luke.street@encounterpc.com>2023-09-15 00:49:02 -0400
commit2a2b9c2f4e8dcae7934b708524bf67c22dfa5f54 (patch)
treefc66f9ee2ce4f52a1e8ce6d3b924f595d949b086 /src/DynamicLink.cpp
parent5fb89c15d870e945444f46a0e2035bd61a510988 (diff)
Match & link DynamicLink.cpp
Diffstat (limited to 'src/DynamicLink.cpp')
-rw-r--r--src/DynamicLink.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/DynamicLink.cpp b/src/DynamicLink.cpp
index 0bc3cc71..a9d3cd5b 100644
--- a/src/DynamicLink.cpp
+++ b/src/DynamicLink.cpp
@@ -13,14 +13,9 @@
#include "MSL_C/stdio.h"
#include "REL/executor.h"
#include "m_Do/m_Do_dvd_thread.h"
+#include "m_Do/m_Do_ext.h"
#include "dolphin/os/OS.h"
-// TODO
-// #include "m_Do/m_Do_ext.h"
-JKRExpHeap* mDoExt_getArchiveHeap();
-extern JKRExpHeap* archiveHeap;
-// end m_Do_ext.h
-
DynamicModuleControlBase* DynamicModuleControlBase::mFirst;
DynamicModuleControlBase* DynamicModuleControlBase::mLast;