Link in lots of files

This commit is contained in:
dbalatoni13 2025-04-12 16:14:33 +02:00
parent f4b023df31
commit 0250682281
25 changed files with 723 additions and 446 deletions

View file

@ -36,6 +36,7 @@ typedef struct vec2f {
#ifndef __MWERKS__
void HuSetVecF(Vec *arg0, f32 arg8, f32 arg9, f32 argA);
void HuSubVecF(Vec* out, Vec* in, Vec* sub);
#endif
#endif