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

Comparing trunk/RomCheater.PluginFramework/Interfaces/PluginInterfaces.cs (file contents):
Revision 573 by william, Mon Jun 3 18:35:45 2013 UTC vs.
Revision 574 by william, Thu Jun 6 07:39:04 2013 UTC

# Line 112 | Line 112 | namespace RomCheater.PluginFramework.Int
112      }
113      public interface IAcceptsMemoryRange
114      {
115 <        uint MemoryRangeStart { get; set; }
116 <        uint MemoryRangeSize { get; set; }
115 >        ulong MemoryRangeStart { get; set; }
116 >        ulong MemoryRangeSize { get; set; }
117      }
118      public interface IAcceptsReadOnlyMemoryRange
119      {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines