(svn r23632) -Add: GSCompanyMode, to change company in GameScripts
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user