22 #ifndef PINK_ACTION_PLAY_H 23 #define PINK_ACTION_PLAY_H 25 #include "pink/objects/actions/action_still.h" 31 void deserialize(
Archive &archive)
override;
33 void toConsole()
const override;
37 void update()
override;
39 void pause(
bool paused)
override;
42 void onStart()
override;
Definition: action_still.h:29
Definition: action_play.h:29