|
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.
1.8.14