mirror of
https://github.com/zeldaret/af.git
synced 2026-09-27 14:01:49 -04:00
35cb5d1cfc
* boot splits * code file splits * functions from sheets * symbols from the sheet * bootstrap headers * common_data * most segments * headers for boot files * add overlays as placeholders * unname _os files * named a few files * code headers * typo * Disassemble every overlay * bootstrap symbol_addrs_overlays.txt * split yamls --------- Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
21 lines
384 B
C
21 lines
384 B
C
#ifndef TWO_HEAD_ARENA_H
|
|
#define TWO_HEAD_ARENA_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
// void THA_getHeadPtr();
|
|
// void THA_setHeadPtr();
|
|
// void THA_getTailPtr();
|
|
// void THA_nextPtrN();
|
|
// void THA_nextPtr1();
|
|
// void THA_alloc();
|
|
// void THA_alloc16();
|
|
// void THA_allocAlign();
|
|
// void THA_getFreeBytes();
|
|
// void THA_isCrash();
|
|
// void THA_init();
|
|
// void THA_ct();
|
|
// void THA_dt();
|
|
|
|
#endif
|