#ifndef JMATH_H #define JMATH_H #include "dolphin/types.h" struct JMath { static u8 sincosTable_[65536]; }; #endif /* JMATH_H */