![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
#include "Base.hpp"
#include "Thunder.hpp"
#include <BLIB/Audio.hpp>
#include <BLIB/Particles.hpp>
#include <BLIB/Resources.hpp>
#include <BLIB/Util/Random.hpp>
#include <SFML/Graphics/RectangleShape.hpp>
#include <SFML/Graphics/Sprite.hpp>
#include <SFML/Graphics/Texture.hpp>
#include <SFML/System/Vector3.hpp>
Go to the source code of this file.
Classes | |
class | core::map::weather::Rain |
Weather type for rainy days. Handles light and hard rain and owns thunder if need be. More... | |
Namespaces | |
core | |
Core classes and functionality for both the editor and game. | |
core::map | |
Collection of classes responsible for loading, editing, rendering, and updating maps. | |
core::map::weather | |
Collection of different weather types. | |
core::map::weather::rain | |