16 Scene(const Image
& background
);
18 void setBackground(const Image
& background
);
19 void addAnimation(const Animation
& animation
);
21 void draw(SDL_Surface
*dest
, uint32_t ticks
);
25 std::list
<Animation
> animations_
;
30 #endif // MUSK_SCENE_H_