Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.PluginFramework/Interfaces/PluginInterfaces.cs 2012/05/31 05:54:00 197 +++ trunk/RomCheater.PluginFramework/Interfaces/PluginInterfaces.cs 2012/05/31 07:13:43 198 @@ -63,4 +63,9 @@ { int ProcessPID { get; set; } } + public interface IAcceptsMemoryRange + { + uint MemoryStart { get; set; } + uint MemorySize { get; set; } + } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |