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


Public Member Functions | |
| AnimationSnakes (Window *window) | |
| void | load () |
| Loads all internal things. | |
| void | update () |
| Updates Animation's internal state. | |
| void | draw () |
| Shows Animation on the screen. | |
| Public Member Functions inherited from Animation | |
| Animation (Window *window) | |
| Creates an Animation that will occur on window. | |
Additional Inherited Members | |
| Protected Attributes inherited from Animation | |
| Window * | window |
Rules and behavior of the Fire animation.
Definition at line 25 of file AnimationSnakes.hpp.
| AnimationSnakes::AnimationSnakes | ( | Window * | window | ) |
Definition at line 5 of file AnimationSnakes.cpp.
|
inlinevirtual |
Definition at line 29 of file AnimationSnakes.hpp.
|
virtual |
Shows Animation on the screen.
Implements Animation.
Definition at line 57 of file AnimationSnakes.cpp.
|
virtual |
|
virtual |
Updates Animation's internal state.
Implements Animation.
Definition at line 15 of file AnimationSnakes.cpp.