From 7c1d3869d8cf4341acedbe7c662e8ac1ca935666 Mon Sep 17 00:00:00 2001 From: Egor Ananyin Date: Fri, 22 May 2020 19:46:43 +0300 Subject: Decompile libmath --- arm9/lib/include/math.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 arm9/lib/include/math.h (limited to 'arm9/lib/include/math.h') 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 -- cgit v1.2.3