plugin handler

This commit is contained in:
kremsy
2013-11-09 13:34:36 +01:00
parent 99a754034a
commit 6d794b6f22
2 changed files with 58 additions and 41 deletions

View File

@ -25,5 +25,9 @@ namespace ManiaControl;
public function registerPlugin($plugin){
array_push($this->plugins, $plugin);
}
public function loadPlugins(){
}
}
?>