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 195 by william, Mon May 28 02:20:29 2012 UTC vs.
Revision 196 by william, Thu May 31 05:52:41 2012 UTC

--- trunk/RomCheater.PluginFramework/Interfaces/PluginInterfaces.cs	2012/05/28 10:37:53	195
+++ trunk/RomCheater.PluginFramework/Interfaces/PluginInterfaces.cs	2012/05/31 05:52:41	196
@@ -59,4 +59,8 @@ namespace RomCheater.PluginFramework.Int
     {
         Process AcceptedProcess { get; set; }
     }
+    public interface IAcceptsProcessPID
+    {
+        int ProcessPID { get; set; }
+    }
 }