summaryrefslogtreecommitdiff
path: root/arm9/lib/include/math.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-24 13:15:38 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-24 13:15:38 -0400
commit5c996b8ce92c701b52ef54461578ef0459cf41e5 (patch)
treebe59c9d09907955b8acd27e9bac54ed608e32747 /arm9/lib/include/math.h
parent14d27c8920d67c6c05b5e8baec08139c6db024e7 (diff)
parent5e9e45966d88aeba6c4c9fb9ef8b0df333381f54 (diff)
Merge branch 'pikalax_work' of github.com:PikalaxALT/pokediamond into pikalax_work
Diffstat (limited to 'arm9/lib/include/math.h')
-rw-r--r--arm9/lib/include/math.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arm9/lib/include/math.h b/arm9/lib/include/math.h
new file mode 100644
index 00000000..085aa24f
--- /dev/null
+++ b/arm9/lib/include/math.h
@@ -0,0 +1,9 @@
+#ifndef GUARD_MATH_H
+#define GUARD_MATH_H
+
+#include "dgt.h"
+#include "MATH_pop.h"
+#include "MATH_crc.h"
+#include "MATH_dgt.h"
+
+#endif