ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.PluginFramework/Core/InputPlugin.cs
(Generate patch)

Comparing trunk/RomCheater.PluginFramework/Core/InputPlugin.cs (file contents):
Revision 79 by william, Wed May 9 17:15:33 2012 UTC vs.
Revision 83 by william, Wed May 9 17:48:15 2012 UTC

--- trunk/RomCheater.PluginFramework/Core/InputPlugin.cs	2012/05/09 17:15:33	79
+++ trunk/RomCheater.PluginFramework/Core/InputPlugin.cs	2012/05/09 17:48:15	83
@@ -2,13 +2,14 @@
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;
+using RomCheater.PluginFramework.Interfaces;
 
 namespace RomCheater.PluginFramework.Core
 {
     /// <summary>
     /// Base class for all input plugins
     /// </summary>
-    public abstract class InputPlugin : PluginBase
+    public abstract class InputPlugin : PluginBase, IInputPlugin
     {
     }
 }