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

--- trunk/RomCheater.PluginFramework/Interfaces/PluginInterfaces.cs	2012/05/09 20:52:20	88
+++ trunk/RomCheater.PluginFramework/Interfaces/PluginInterfaces.cs	2012/05/09 21:42:21	92
@@ -14,6 +14,7 @@ namespace RomCheater.PluginFramework.Int
         string Name { get;}
         string Description { get; }
         string ToString();
+        void Reload();
     }
     #endregion
     #region IConfigPlugin