From 19716fa67dc6c35ba300304733f2269dbed59bd2 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 31 Oct 2020 18:10:41 -0400 Subject: add include to ptmf.c --- include/Runtime/MWCPlusLib.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/Runtime/MWCPlusLib.h b/include/Runtime/MWCPlusLib.h index 819c0a9..f8ede23 100644 --- a/include/Runtime/MWCPlusLib.h +++ b/include/Runtime/MWCPlusLib.h @@ -1,5 +1,5 @@ -#ifndef POKEREVO_CPLUSLIB_H -#define POKEREVO_CPLUSLIB_H +#ifndef POKEREVO_MWCPLUSLIB_H +#define POKEREVO_MWCPLUSLIB_H #ifdef __cplusplus extern "C" { @@ -11,4 +11,4 @@ void __ptmf_scall(...); } #endif -#endif //POKEREVO_CPLUSLIB_H +#endif //POKEREVO_MWCPLUSLIB_H -- cgit v1.2.3