summaryrefslogtreecommitdiff
path: root/include/m
diff options
context:
space:
mode:
Diffstat (limited to 'include/m')
-rw-r--r--include/m/m2d.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m/m2d.h b/include/m/m2d.h
index aad5f08d..eec17c94 100644
--- a/include/m/m2d.h
+++ b/include/m/m2d.h
@@ -14,6 +14,9 @@ namespace m2d {
extern nw4r::ut::List l_list;
extern mAllocator_c *l_allocator;
+void create(EGG::Heap *heap, u32 size);
+void reset();
+
class Layout_c : public nw4r::lyt::Layout {
public:
virtual ~Layout_c() {}