Struct about goals, current and completed. More...
#include <goal_base.h>
Public Member Functions | |
| Goal () | |
| We need an (empty) constructor so struct isn't zeroed (as C++ standard states). | |
| ~Goal () | |
| (Empty) destructor has to be defined else operator delete might be called with NULL parameter | |
Data Fields | |
| CompanyByte | company |
| Goal is for a specific company; INVALID_COMPANY if it is global. | |
| GoalTypeByte | type |
| Type of the goal. | |
| GoalTypeID | dst |
| Index of type. | |
| char * | text |
| Text of the goal. | |
| char * | progress |
| Progress text of the goal. | |
| bool | completed |
| Is the goal completed or not? | |
Struct about goals, current and completed.
Definition at line 23 of file goal_base.h.
1.7.1