Adonthell  0.4
animation.h File Reference

Declares the animationframe and animation classes. More...

#include "image.h"
#include <vector>
Include dependency graph for animation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  animationframe
 Handles images properties in an animation. More...
 
class  animation
 Class that handles animated elements, their update and their playback. More...
 

Enumerations

enum  play_state { PLAY = true, STOP = false }
 Whether the animation is currently playing or not. More...
 

Detailed Description

Declares the animationframe and animation classes.

Author
Alexandre Courbot alexa.nosp@m.ndre.nosp@m.courb.nosp@m.ot@l.nosp@m.inuxg.nosp@m.ames.nosp@m..com

Definition in file animation.h.

Enumeration Type Documentation

◆ play_state

enum play_state

Whether the animation is currently playing or not.

Definition at line 289 of file animation.h.