decomp heap.c (#145)

* add heap.c

* add frmh heap

* add heap_list

* add unth heap

* link heap.c

* fix external references
This commit is contained in:
enzofc708
2026-08-04 14:45:49 -03:00
committed by GitHub
parent 51640eb100
commit 29e3578e38
9 changed files with 995 additions and 102 deletions
+1
View File
@@ -4,6 +4,7 @@
#include "types.h"
#include "lib/files.hpp"
#include "nds/heap.h"
#include "Actor/Actor.hpp"
#include "Actor/ActorRef.hpp"