OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Weather Class Reference

#include <Weather.h>

Public Member Functions

void DrawSnow ()
 
void Initialize ()
 
void Draw ()
 
bool OnPlayerTurn (int dangle)
 

Public Attributes

std::array< Pointi, 1000 > Screen_Coord
 
bool bNight = false
 
bool bRenderSnow = false
 

Member Function Documentation

◆ Draw()

void Weather::Draw ( )

◆ DrawSnow()

void Weather::DrawSnow ( )

◆ Initialize()

void Weather::Initialize ( )

◆ OnPlayerTurn()

bool Weather::OnPlayerTurn ( int  dangle)

Member Data Documentation

◆ bNight

bool Weather::bNight = false

◆ bRenderSnow

bool Weather::bRenderSnow = false

◆ Screen_Coord

std::array<Pointi, 1000> Weather::Screen_Coord

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