OpenTTD Source 20260218-master-g2123fca5ea
goal_base.h File Reference

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

Detailed Description

Goal base class.

Definition in file goal_base.h.

Typedef Documentation

◆ GoalPool

using GoalPool = Pool<Goal, GoalID, 64>

Definition at line 18 of file goal_base.h.