![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
#include <Task.h>
Public Member Functions | |
| Task (const std::string &d="Task") | |
| ~Task () | |
| void | Complete () |
Public Attributes | |
| std::string | description |
| bool | completed = false |
|
inline |
Definition at line 15 of file Task.h.
References description, and SYSTEM_LOG.
|
inline |
Definition at line 16 of file Task.h.
References description, and SYSTEM_LOG.
Definition at line 14 of file Task.h.
Referenced by Complete().
| std::string Task::description |