d_a_npc_md work

This commit is contained in:
LagoLunatic
2025-01-27 19:26:14 -05:00
parent 46801e0ee9
commit 901bc51f40
8 changed files with 366 additions and 76 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ struct DynamicModuleControlBase {
virtual const char* getModuleName() const { return NULL; }
virtual int getModuleSize() const { return 0; }
virtual const char* getModuleTypeString() const { return "Base"; }
#ifdef __MWERKS__
#if __MWERKS__ && __MWERKS__ < 0x4200
// This is illegal function overloading, but MWCC for GC allows it. MWCC for Wii does not.
virtual void dump();
#endif
static void dump();