diff options
| author | lepelog <lepelog@users.noreply.github.com> | 2021-04-08 18:43:16 +0200 |
|---|---|---|
| committer | lepelog <lepelog@users.noreply.github.com> | 2021-04-08 18:43:16 +0200 |
| commit | 745c9eb2cd67796986d44fc765406b08e2fe55b0 (patch) | |
| tree | b2378accb0336078982c7ea38165031c76c54929 /include/JSystem/JMath/JMath.h | |
| parent | 3d26abcc087747611ec1110c298eea428ecfb240 (diff) | |
some parts in c_lib
Diffstat (limited to 'include/JSystem/JMath/JMath.h')
| -rw-r--r-- | include/JSystem/JMath/JMath.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |
