diff --git a/Source/Project64/N64 System/Mips/Memory Class.h b/Source/Project64/N64 System/Mips/Memory Class.h index ff4a7f5d9..f4d374063 100644 --- a/Source/Project64/N64 System/Mips/Memory Class.h +++ b/Source/Project64/N64 System/Mips/Memory Class.h @@ -1,6 +1,5 @@ -class CMipsMemory_CallBack { -public: - +interface CMipsMemory_CallBack +{ //Protected memory has been written to, returns true if that memory has been unprotected virtual bool WriteToProtectedMemory (DWORD Address, int length) = 0; };