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


Public Member Functions | |
| AnimationWater (Window *window) | |
| void | load () |
| void | update () |
| void | draw () |
Rules and behavior of the Water animation.
Definition at line 19 of file AnimationWater.hpp.
| AnimationWater::AnimationWater | ( | Window * | window | ) |
Definition at line 14 of file AnimationWater.cpp.
|
virtual |
Definition at line 19 of file AnimationWater.cpp.
| void AnimationWater::draw | ( | ) |
Definition at line 79 of file AnimationWater.cpp.
| void AnimationWater::load | ( | ) |
Definition at line 24 of file AnimationWater.cpp.
| void AnimationWater::update | ( | ) |
Definition at line 45 of file AnimationWater.cpp.