OpenTTD
|
Goal base class. More...
Go to the source code of this file.
Data Structures | |
struct | Goal |
Struct about goals, current and completed. More... |
Macros | |
#define | FOR_ALL_GOALS_FROM(var, start) FOR_ALL_ITEMS_FROM(Goal, goal_index, var, start) |
#define | FOR_ALL_GOALS(var) FOR_ALL_GOALS_FROM(var, 0) |
Typedefs | |
typedef Pool< Goal, GoalID, 64, 64000 > | GoalPool |
Variables | |
GoalPool | _goal_pool |
Goal base class.
Definition in file goal_base.h.