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. | |
![]() | |
Animation (Window *window) | |
Creates an Animation that will occur on #window. | |
Additional Inherited Members | |
![]() | |
Window * | window |
Rules and behavior of the Fire animation.
Definition at line 25 of file AnimationSnakes.hpp.