Files
tp/include/JSystem/JMath/JMath.h
T
2021-04-08 18:43:16 +02:00

11 lines
136 B
C

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