|
nsnake
Classic snake game for the terminal
|
Abstract interface to any kind of Animation. More...
#include <Animation.hpp>


Public Member Functions | |
| Animation (Window *window) | |
| Creates an Animation that will occur on #window. | |
| virtual void | load ()=0 |
| Loads all internal things. | |
| virtual void | update ()=0 |
| Updates Animation's internal state. | |
| virtual void | draw ()=0 |
| Shows Animation on the screen. | |
Protected Attributes | |
| Window * | window |
Abstract interface to any kind of Animation.
Definition at line 7 of file Animation.hpp.
1.8.14