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

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

#include <AnimationWater.hpp>

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

Public Member Functions

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

Detailed Description

Rules and behavior of the Water animation.

Definition at line 19 of file AnimationWater.hpp.

Constructor & Destructor Documentation

◆ AnimationWater()

AnimationWater::AnimationWater ( Window *  window)

Definition at line 14 of file AnimationWater.cpp.

◆ ~AnimationWater()

AnimationWater::~AnimationWater ( )
virtual

Definition at line 19 of file AnimationWater.cpp.

Member Function Documentation

◆ draw()

void AnimationWater::draw ( )

Definition at line 79 of file AnimationWater.cpp.

◆ load()

void AnimationWater::load ( )

Definition at line 24 of file AnimationWater.cpp.

◆ update()

void AnimationWater::update ( )

Definition at line 45 of file AnimationWater.cpp.


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