1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-17 17:32:45 +01:00

(svn r23604) -Add: initial support for GameScripts

This commit is contained in:
truebrain
2011-12-19 20:50:54 +00:00
parent 5cda1d7c90
commit 12aa5b6a58
33 changed files with 729 additions and 37 deletions

View File

@@ -19,7 +19,7 @@
* The Controller, the class each Script should extend. It creates the Script,
* makes sure the logic kicks in correctly, and that GetTick() has a valid
* value.
* @api ai
* @api ai game
*/
class ScriptController {
friend class AIScanner;