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
+4
View File
@@ -3,4 +3,8 @@
#include "dolphin/types.h"
struct JMath {
static u8 sincosTable_[65536];
};
#endif /* JMATH_H */