From 745c9eb2cd67796986d44fc765406b08e2fe55b0 Mon Sep 17 00:00:00 2001 From: lepelog Date: Thu, 8 Apr 2021 18:43:16 +0200 Subject: some parts in c_lib --- include/JSystem/JMath/JMath.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/JSystem') diff --git a/include/JSystem/JMath/JMath.h b/include/JSystem/JMath/JMath.h index 802d24f2aa..228c129d1c 100644 --- a/include/JSystem/JMath/JMath.h +++ b/include/JSystem/JMath/JMath.h @@ -3,4 +3,8 @@ #include "dolphin/types.h" +struct JMath { + static u8 sincosTable_[65536]; +}; + #endif /* JMATH_H */ -- cgit v1.2.3