Phasor  01.00.10.059
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ScriptLoader.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "../../../Common/Types.h"
4 
5 #include <string>
6 
8 
9 namespace commands
10 {
11  class CArgParser;
12 }
13 class COutStream;
14 
15 namespace halo { namespace server { namespace scriptloader
16 {
17  void LoadScripts();
18  bool IsValidScript(const std::string& script);
19 
27  commands::CArgParser& args, COutStream& out);
28 
37  commands::CArgParser& args, COutStream& out);
38 
46  commands::CArgParser& args, COutStream& out);
47 
53  commands::CArgParser& args, COutStream& out);
54 }}}