summaryrefslogtreecommitdiff
path: root/arm9/lib/include/math.h
diff options
context:
space:
mode:
authorEgor Ananyin <ananinegor@gmail.com>2020-05-22 19:46:43 +0300
committerEgor Ananyin <ananinegor@gmail.com>2020-05-22 19:46:43 +0300
commit7c1d3869d8cf4341acedbe7c662e8ac1ca935666 (patch)
treeeffbe3f4c72ebc7916c88518751e87890de4af8b /arm9/lib/include/math.h
parent79a7e3dac84f719ca4d0131ac2e30e2c6a4bd73e (diff)
Decompile libmath
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