Code Refactoring: interface change in Memory Class.h

This commit is contained in:
zilmar 2012-11-19 22:07:07 +11:00
parent 88adba5892
commit 601c94f49d
1 changed files with 2 additions and 3 deletions

View File

@ -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;
};