|
nsnake
Classic snake game for the terminal
|
Rules and behavior of the Fire animation. More...
#include <AnimationFire.hpp>


Public Member Functions | |
| AnimationFire (Window *window) | |
| void | load () |
| void | update () |
| void | draw () |
Rules and behavior of the Fire animation.
Definition at line 30 of file AnimationFire.hpp.
| AnimationFire::AnimationFire | ( | Window * | window | ) |
Definition at line 19 of file AnimationFire.cpp.
|
virtual |
Definition at line 23 of file AnimationFire.cpp.
| void AnimationFire::draw | ( | ) |
Definition at line 99 of file AnimationFire.cpp.
| void AnimationFire::load | ( | ) |
Definition at line 27 of file AnimationFire.cpp.
| void AnimationFire::update | ( | ) |
Definition at line 53 of file AnimationFire.cpp.