5#ifndef __EVENT_STEP_H__
6#define __EVENT_STEP_H__
12const std::string STEP_EVENT =
"df-step";
Definition: EventStep.h:14
void setStepCount(int new_step_count)
Set step count.
int getStepCount() const
Get step count.
EventStep(int init_step_count)
Constructor with initial step count.
EventStep()
Iteration number of game loop.
An animation for a sprite.
Definition: Animation.h:15