|
OpenTTD Source 20251117-master-g7398d2e290
|
Goal base class. More...
#include "company_type.h"#include "goal_type.h"#include "core/pool_type.hpp"#include "strings_type.h"Go to the source code of this file.
Data Structures | |
| struct | Goal |
| Struct about goals, current and completed. More... | |
Typedefs | |
| using | GoalPool = Pool< Goal, GoalID, 64 > |
Variables | |
| GoalPool | _goal_pool |
Goal base class.
Definition in file goal_base.h.