(svn r23632) -Add: GSCompanyMode, to change company in GameScripts

This commit is contained in:
truebrain
2011-12-19 21:05:25 +00:00
parent 403cd3acdb
commit cc3f42794d
46 changed files with 273 additions and 59 deletions

View File

@@ -12,6 +12,7 @@
#ifndef SCRIPT_CONTROLLER_HPP
#define SCRIPT_CONTROLLER_HPP
#include "../../company_type.h"
#include "../../core/string_compare_type.hpp"
#include <map>
@@ -28,8 +29,9 @@ class ScriptController {
public:
/**
* Initializer of the ScriptController.
* @param company The company this Script is normally serving.
*/
ScriptController();
ScriptController(CompanyID company);
/**
* Destructor of the ScriptController.