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

# Line 7 | Line 7 | namespace RomCheater.PluginFramework.Eve
7   {
8      public interface IAcceptsExternalMemoryAddress
9      {
10 <        bool AcceptExternalMemoryAddress(uint address);
10 >        bool AcceptExternalMemoryAddress(int address);
11      }
12   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines