ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.PluginFramework/Events/IAcceptsMemoryAddress.cs
(Generate patch)

Comparing trunk/RomCheater.PluginFramework/Events/IAcceptsMemoryAddress.cs (file contents):
Revision 255 by william, Thu May 31 09:31:57 2012 UTC vs.
Revision 256 by william, Sun Jun 3 16:50:16 2012 UTC

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