diff options
Diffstat (limited to 'include/JSystem/JMath')
| -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 */ |
