aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IScene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/IScene.cs')
-rw-r--r--OpenSim/Framework/IScene.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs
index c400309..572d045 100644
--- a/OpenSim/Framework/IScene.cs
+++ b/OpenSim/Framework/IScene.cs
@@ -89,6 +89,9 @@ namespace OpenSim.Framework
89 T RequestModuleInterface<T>(); 89 T RequestModuleInterface<T>();
90 T[] RequestModuleInterfaces<T>(); 90 T[] RequestModuleInterfaces<T>();
91 91
92 void RegisterModuleInterface<M>(M mod);
93 void StackModuleInterface<M>(M mod);
94
92 void AddCommand(object module, string command, string shorthelp, string longhelp, CommandDelegate callback); 95 void AddCommand(object module, string command, string shorthelp, string longhelp, CommandDelegate callback);
93 } 96 }
94} 97}