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

@@ -4,8 +4,6 @@
#include "model.h"
extern void func_80252C08(f32[3],f32[3], f32, f32[3]);
extern void func_80252CC4(f32[3],s32, f32, s32);
extern f32 vtxList_getGlobalNorm(BKVertexList *);
extern void points_to_boundingBoxWithMargin(f32 arg0[3], f32 arg1[3], f32 margin, f32 min[3], f32 max[3]);