summaryrefslogtreecommitdiff
path: root/arm9/lib/include/math.h
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-05-23 20:24:52 -0400
committerGitHub <noreply@github.com>2020-05-23 20:24:52 -0400
commitb4743f04e30937b19aca974bf2222de8fe3eb36e (patch)
tree9542fdb55f9b183b54ec043aa9f8b2c685bbd7d1 /arm9/lib/include/math.h
parenta3e439374e828ca8fa8e8d8c9041d267aa40b1ec (diff)
parent0b01c7d1c57c4e21fdb0069b3ac4f9c7276b3cc1 (diff)
Merge branch 'master' 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