nsnake
Classic snake game for the terminal
Loading...
Searching...
No Matches
Public Member Functions | List of all members
AnimationFire Class Reference

Rules and behavior of the Fire animation. More...

#include <AnimationFire.hpp>

Inheritance diagram for AnimationFire:
Inheritance graph
[legend]
Collaboration diagram for AnimationFire:
Collaboration graph
[legend]

Public Member Functions

 AnimationFire (Window *window)
 
void load ()
 
void update ()
 
void draw ()
 

Detailed Description

Rules and behavior of the Fire animation.

Definition at line 30 of file AnimationFire.hpp.

Constructor & Destructor Documentation

◆ AnimationFire()

AnimationFire::AnimationFire ( Window *  window)

Definition at line 19 of file AnimationFire.cpp.

◆ ~AnimationFire()

AnimationFire::~AnimationFire ( )
virtual

Definition at line 23 of file AnimationFire.cpp.

Member Function Documentation

◆ draw()

void AnimationFire::draw ( )

Definition at line 99 of file AnimationFire.cpp.

◆ load()

void AnimationFire::load ( )

Definition at line 27 of file AnimationFire.cpp.

◆ update()

void AnimationFire::update ( )

Definition at line 53 of file AnimationFire.cpp.


The documentation for this class was generated from the following files: