OpenTTD Source 20250312-master-gcdcc6b491d
|
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.