|
OpenEnroth 9cf7432
|
#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 |
| void Weather::Draw | ( | ) |
| void Weather::DrawSnow | ( | ) |
| void Weather::Initialize | ( | ) |
| bool Weather::OnPlayerTurn | ( | int | dangle | ) |
| bool Weather::bNight = false |
| bool Weather::bRenderSnow = false |
| std::array<Pointi, 1000> Weather::Screen_Coord |