#include "dolphin.h" void HuSetVecF(Vec* arg0, f32 arg8, f32 arg9, f32 argA) { arg0->x = arg8; arg0->y = arg9; arg0->z = argA; }