|  | Gamedev Framework (gf)
    0.19.0
    A C++17 framework for 2D games | 
An activity that can hold any other activity. More...
#include <gf/Activities.h>

| Public Member Functions | |
| template<typename Other > | |
| AnyActivity (Other other) | |
| Constructor.  More... | |
| ActivityStatus | run (Time time) override | 
| Run the activity.  More... | |
| void | restart () override | 
| Restart the activity.  More... | |
|  Public Member Functions inherited from gf::Activity | |
| virtual | ~Activity () | 
| Destructor.  More... | |
An activity that can hold any other activity.
| 
 | inlineexplicit | 
Constructor.
| other | Another activity | 
| 
 | inlineoverridevirtual | 
Restart the activity.
Reimplemented from gf::Activity.
| 
 | inlineoverridevirtual | 
Run the activity.
| time | The time since the last run | 
Implements gf::Activity.
 1.8.13
 1.8.13