mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
11 lines
136 B
C
11 lines
136 B
C
#ifndef JMATH_H
|
|
#define JMATH_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
struct JMath {
|
|
static u8 sincosTable_[65536];
|
|
};
|
|
|
|
#endif /* JMATH_H */
|