mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
cb54eb49e4
* func_800D94F0_jp * func_800D9514_jp * func_800D9524_jp * func_800D955C_jp * func_800D9618_jp * func_800D96A8_jp * func_800D96E8_jp * func_800D9700_jp * func_800D9750_jp * func_800D9760_jp * func_800D9770_jp * func_800D9788_jp * func_800D97A0_jp * func_800D97F8_jp * func_800D986C_jp * Split off 6FD410 based on bss * Migrate bss * add todo * headers * Better types for 6FD410 bss based on graph * Cleanup
20 lines
425 B
C
20 lines
425 B
C
#ifndef C_6FD190_H
|
|
#define C_6FD190_H
|
|
|
|
#include "ultra64.h"
|
|
#include "libc/stdint.h"
|
|
#include "unk.h"
|
|
|
|
uintptr_t func_800D94F0_jp(void);
|
|
void func_800D9514_jp(void);
|
|
void func_800D9524_jp(void);
|
|
void func_800D955C_jp(s32 arg0);
|
|
void func_800D9618_jp(s32 arg0);
|
|
void func_800D96A8_jp(void);
|
|
u16* func_800D96E8_jp(s32 arg0);
|
|
s32 func_800D9700_jp(void);
|
|
UNK_PTR func_800D9750_jp(void);
|
|
uintptr_t func_800D9760_jp(void);
|
|
|
|
#endif
|