some parts in c_lib

This commit is contained in:
lepelog
2021-04-08 18:43:16 +02:00
parent 3d26abcc08
commit 745c9eb2cd
5 changed files with 119 additions and 132 deletions
+1
View File
@@ -4,6 +4,7 @@
#include "dolphin/types.h"
extern "C" {
s32 abs(s32);
f64 acos(f64);
f32 acosf(f32);
f64 asin(f64);