22 #ifndef PINK_ACTION_STILL_H 23 #define PINK_ACTION_STILL_H 25 #include "pink/objects/actions/action_cel.h" 31 void deserialize(
Archive &archive)
override;
33 void toConsole()
const override;
37 void pause(
bool paused)
override;
39 void setFrame(uint frame);
41 void nextFrameLooped();
44 void onStart()
override;
Definition: action_still.h:29
Definition: action_cel.h:32