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_Common_arith.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 arm9/lib/include/MSL_Common_arith.h (limited to 'arm9/lib/include/MSL_Common_arith.h') diff --git a/arm9/lib/include/MSL_Common_arith.h b/arm9/lib/include/MSL_Common_arith.h new file mode 100644 index 00000000..3ec6bdbc --- /dev/null +++ b/arm9/lib/include/MSL_Common_arith.h @@ -0,0 +1,8 @@ +#ifndef MSL_COMMON_ARITH_H +#define MSL_COMMON_ARITH_H + +#include "nitro/types.h" + +s32 abs(s32 val); + +#endif //MSL_COMMON_ARITH_H -- cgit v1.2.3