tp/include/JSystem/JMath/JMath.h

11 lines
136 B
C

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