--- trunk/RomCheater.PluginFramework/Events/IAcceptsMemoryAddress.cs 2012/06/03 16:45:47 255 +++ trunk/RomCheater.PluginFramework/Events/IAcceptsMemoryAddress.cs 2012/06/03 16:50:16 256 @@ -7,6 +7,6 @@ namespace RomCheater.PluginFramework.Eve { public interface IAcceptsExternalMemoryAddress { - bool AcceptExternalMemoryAddress(uint address); + bool AcceptExternalMemoryAddress(int address); } } |