![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
#include <BLIB/ECS.hpp>
#include <BLIB/Engine/System.hpp>
#include <BLIB/Events.hpp>
#include <BLIB/Tilemap/Position.hpp>
#include <Core/Components/Movable.hpp>
#include <Core/Events/EntityMoved.hpp>
#include <Core/Events/GameSave.hpp>
#include <Core/Maps/LightingSystem.hpp>
#include <Core/Peoplemon/OwnedPeoplemon.hpp>
#include <Core/Player/Bag.hpp>
#include <Core/Player/Gender.hpp>
#include <Core/Player/State.hpp>
Go to the source code of this file.
Classes | |
class | core::system::Player |
Primary system for managing the player and their data. 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::system | |
Namespace containing core game systems shared between the game and the editor. | |