summaryrefslogtreecommitdiff
path: root/include/m_Do
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-10-21 11:33:59 -0700
committerGitHub <noreply@github.com>2025-10-21 21:33:59 +0300
commit9155add1f655667a89c39f9573d634c4dc358885 (patch)
treebf9e41bf4a135670181fc1ffe5a2f52536d99a71 /include/m_Do
parent428a2c5447887cd65266393250e2c18f351d61c5 (diff)
d_a_npc_blue_ns mostly done (#2747)
* d_a_npc_blue_ns mostly done * d_a_obj_poCandle / d_a_obj_poTbox done
Diffstat (limited to 'include/m_Do')
-rw-r--r--include/m_Do/m_Do_ext.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/m_Do/m_Do_ext.h b/include/m_Do/m_Do_ext.h
index 8cd9408747..127daabc0d 100644
--- a/include/m_Do/m_Do_ext.h
+++ b/include/m_Do/m_Do_ext.h
@@ -15,6 +15,16 @@ class JKRSolidHeap;
struct ResTIMG;
class Z2Creature;
+namespace mDoExt {
+ extern u8 HeapAdjustVerbose;
+ extern u8 HeapAdjustQuiet;
+};
+
+#if DEBUG
+void DummyCheckHeap_create();
+void DummyCheckHeap_destroy();
+#endif
+
class mDoExt_baseAnm {
public:
mDoExt_baseAnm() {}