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 87 by william, Wed May 9 19:51:42 2012 UTC vs.
Revision 88 by william, Wed May 9 20:52:20 2012 UTC

# Line 3 | Line 3 | using System.Collections.Generic;
3   using System.Linq;
4   using System.Text;
5   using System.Diagnostics;
6 + using RomCheater.PluginFramework.Core;
7  
8   namespace RomCheater.PluginFramework.Interfaces
9   {
# Line 18 | Line 19 | namespace RomCheater.PluginFramework.Int
19      #region IConfigPlugin
20      public interface IConfigPlugin : IPluginBase
21      {
22 <        List<Process> ValidProcessesForPlugin { get; }
22 >        List<ProcContainer> ValidProcessesForPlugin { get; }
23      }
24      #endregion
25      #region IInputPlugin

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines