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

# Line 38 | Line 38 | namespace RomCheater.PluginFramework.Int
38          List<IConfigPlugin> LoadedConfigPlugins { get; }
39          List<IInputPlugin> LoadedInputPlugins { get; }
40          List<IWindowPlugin> LoadedWindowPlugins { get; }
41 +        
42 +        IConfigPlugin GetConfigPlugin(string t);
43 +        IInputPlugin GetInputPlugin(string t);
44 +        IWindowPlugin GetWindowPlugin(string t);
45 +
46          string ToString();
47      }
48      #endregion

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines