Remove FaceDraw from the header and more stubs

This commit is contained in:
dbalatoni13 2025-04-04 17:50:48 +02:00
parent c272403fe0
commit cb9b14841b
3 changed files with 100 additions and 10 deletions

View file

@ -56,7 +56,6 @@ typedef struct hsf_draw_object {
void Hu3DDrawPreInit(void);
void Hu3DDraw(ModelData *arg0, Mtx arg1, Vec *arg2);
s32 ObjCullCheck(HsfData *arg0, HsfObject *arg1, Mtx arg2);
void FaceDraw(HsfDrawObject *arg0, HsfFace *arg1);
void Hu3DDrawPost(void);
void MakeDisplayList(s16 arg0, u32 arg1);
HsfConstData *ObjConstantMake(HsfObject *arg0, u32 arg1);