21 lines
No EOL
554 B
C
21 lines
No EOL
554 B
C
#ifndef _FUNCTIONS_H_
|
|
#define _FUNCTIONS_H_
|
|
|
|
#include "types.h"
|
|
#include "common_structs.h"
|
|
|
|
void OSReport(const char * format, ...);
|
|
void* HuPrcCreate(void (*), s32, s32, s32);
|
|
void Hu3DBGColorSet(u8, u8, u8);
|
|
void Hu3DCameraCreate(s16);
|
|
void Hu3DCameraPerspectiveSet(s16, f32, f32, f32, f32);
|
|
void Hu3DCameraViewportSet(s16, f32, f32, f32, f32, f32, f32);
|
|
void omOvlHisChg(s32, s32, s32, s32);
|
|
UnkOvl* omOvlHisGet(s32);
|
|
void* omInitObjMan(s32, s32);
|
|
void fn_80044920(s16);
|
|
void fn_80045F74(s16, s32);
|
|
s32 fn_800578E4(void);
|
|
void fn_1_26C(void);
|
|
|
|
#endif |