(svn r23366) -Codechange: move most of the Dummy code to script/, unifying it

This commit is contained in:
truebrain
2011-11-29 23:26:52 +00:00
parent 4505edbd47
commit 3e6d026129
12 changed files with 61 additions and 55 deletions

View File

@@ -162,6 +162,11 @@ protected:
*/
virtual CommandCallback *GetDoCommandCallback() = 0;
/**
* Load the dummy script.
*/
virtual void LoadDummyScript() = 0;
private:
class ScriptController *controller; ///< The script main class.
class ScriptStorage *storage; ///< Some global information for each running script.