22 #ifndef PINK_ACTION_PLAY_WITH_SFX_H 23 #define PINK_ACTION_PLAY_WITH_SFX_H 25 #include "pink/objects/actions/action_play.h" 26 #include "pink/sound.h" 38 void deserialize(
Archive &archive)
override;
40 void toConsole()
const override;
42 void update()
override;
47 void onStart()
override;
58 void deserialize(
Archive &archive)
override;
60 void toConsole()
const override;
65 int32 getFrame() {
return _frame; }
Definition: action_play_with_sfx.h:56
Definition: action_play_with_sfx.h:32
Definition: action_play.h:29