src/core1/mlmtx.h: cleaned up function prototypes

This commit is contained in:
mariob92
2024-10-18 16:14:10 +02:00
parent d9439b9cef
commit 0ba0a22549
15 changed files with 17 additions and 26 deletions

View File

@@ -2,8 +2,6 @@
#include "functions.h"
#include "variables.h"
extern void func_80252C08(f32[3], f32[3], f32, f32[3]);
extern void func_80252CC4(f32[3], f32[3], f32, f32[3]);
extern void mlMtx_apply_f3(f32[3], f32, f32, f32);
extern s32 func_802EBAE0(BKModelUnk14List *arg0, f32 position[3], f32 rotation[3], f32 scale, f32 arg4[3], AnimMtxList* arg5, f32 arg6[3], f32 arg7, f32 arg8[3]);
extern MtxF *animMtxList_get(AnimMtxList *this, s32 arg1);