summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLucas Shaw <49287729+shawlucas@users.noreply.github.com>2024-04-12 23:19:59 -0400
committerGitHub <noreply@github.com>2024-04-12 20:19:59 -0700
commit08f273cdf9fa97162f8a0e501c081170a9547769 (patch)
tree5707a848861c49626e01142f4962ec7d89955f10 /include
parentfa63b7c79bd6707a8b75a402c17cf3cab9fbcccb (diff)
m_DLF.c OK (#170)
* m_DLF.c OK * added comment
Diffstat (limited to 'include')
-rw-r--r--include/6792F0.h9
-rw-r--r--include/m_DLF.h12
2 files changed, 12 insertions, 9 deletions
diff --git a/include/6792F0.h b/include/6792F0.h
deleted file mode 100644
index 7101adc..0000000
--- a/include/6792F0.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef C_6792F0_H
-#define C_6792F0_H
-
-#include "ultra64.h"
-
-// void func_80055650_jp();
-// void func_8005578C_jp();
-
-#endif
diff --git a/include/m_DLF.h b/include/m_DLF.h
new file mode 100644
index 0000000..c522580
--- /dev/null
+++ b/include/m_DLF.h
@@ -0,0 +1,12 @@
+#ifndef M_DLF_H
+#define M_DLF_H
+
+#include "global.h"
+#include "libc64/malloc.h"
+#include "game.h"
+#include "ovlmgr.h"
+
+void Overlay_LoadGameState(GameStateOverlay* overlayEntry);
+void Overlay_FreeGameState(GameStateOverlay* overlayEntry);
+
+#endif