From 5f0a31c4470f86aaad37ab56e46ce33f6fb4167b Mon Sep 17 00:00:00 2001 From: red031000 Date: Tue, 6 Jul 2021 00:31:33 +0100 Subject: decompile MSL_Common_arith --- arm9/lib/include/MSL.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 arm9/lib/include/MSL.h (limited to 'arm9/lib/include/MSL.h') diff --git a/arm9/lib/include/MSL.h b/arm9/lib/include/MSL.h new file mode 100644 index 00000000..a1709bc4 --- /dev/null +++ b/arm9/lib/include/MSL.h @@ -0,0 +1,8 @@ +#ifndef MSL_H +#define MSL_H + +//include all msl files here + +#include "MSL_Common_arith.h" + +#endif //MSL_H -- cgit v1.2.3