summaryrefslogtreecommitdiff
path: root/arm9/lib/include/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/lib/include/math.h')
-rw-r--r--arm9/lib/include/math.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arm9/lib/include/math.h b/arm9/lib/include/math.h
new file mode 100644
index 00000000..80d7cc26
--- /dev/null
+++ b/arm9/lib/include/math.h
@@ -0,0 +1,8 @@
+#ifndef GUARD_LIBMATH_H
+#define GUARD_LIBMATH_H
+
+#include "MATH.h"
+#include "MATH_crc.h"
+#include "MATH_dgt.h"
+
+#endif