1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-15 16:32:41 +01:00

(svn r23630) -Add: a Goal GUI to show your current goals

This commit is contained in:
truebrain
2011-12-19 21:03:17 +00:00
parent 084f4e6aac
commit 3ada3b9cc5
29 changed files with 879 additions and 2 deletions

View File

@@ -99,6 +99,11 @@ public:
*/
static void DoCommandReturnGroupID(ScriptInstance *instance);
/**
* Return a GoalID reply for a DoCommand.
*/
static void DoCommandReturnGoalID(ScriptInstance *instance);
/**
* Get the controller attached to the instance.
*/