Matched hsfex
This commit is contained in:
parent
f20d3e948c
commit
4dee19e2c8
4 changed files with 598 additions and 2 deletions
15
include/game/hsfex.h
Normal file
15
include/game/hsfex.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#ifndef _GAME_HSFEX_H
|
||||
#define _GAME_HSFEX_H
|
||||
|
||||
#include "dolphin.h"
|
||||
|
||||
void CamMotionEx2(s16 arg0, s16 arg1, float arg2, s16 arg3);
|
||||
void CamMotionEx(s16 arg0, s16 arg1, Vec *arg2, Vec *arg3, Vec *arg4, float arg5, s16 arg6);
|
||||
float InterpolateBMLine(float *arg0, float *arg1, float arg2);
|
||||
void Hu3D2Dto3D(Vec *arg0, s16 arg1, Vec *arg2);
|
||||
void Hu3D3Dto2D(Vec *arg0, s16 arg1, Vec *arg2);
|
||||
void Hu3DMtxTransGet(Mtx arg0, Vec *arg1);
|
||||
void Hu3DMtxRotGet(Mtx arg0, Vec *arg1);
|
||||
void Hu3DMtxScaleGet(Mtx arg0, Vec *arg1);
|
||||
|
||||
#endif
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include "dolphin.h"
|
||||
|
||||
void Hu3D2Dto3D(Vec*, s32, Vec*);
|
||||
void Hu3D2Dto3D(Vec*, s16, Vec*);
|
||||
void HuAudFadeOut(s32 arg0);
|
||||
|
||||
void Hu3DModelPosSet(s16 index, float x, float y, float z);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue