Peoplemon  0.1.0
Peoplemon 3 game source documentation
Classes | Namespaces
Bag.hpp File Reference
#include <BLIB/Serialization.hpp>
#include <Core/Items/Category.hpp>
#include <Core/Items/Id.hpp>
#include <Core/Items/Type.hpp>
#include <vector>

Go to the source code of this file.

Classes

class  core::player::Bag
 Basic inventory class for managing player items. More...
 
struct  core::player::Bag::Item
 Simple struct representing a set of items in the bag. More...
 
struct  bl::serial::SerializableObject< core::player::Bag::Item >
 
struct  bl::serial::SerializableObject< core::player::Bag >
 

Namespaces

 core
 Core classes and functionality for both the editor and game.
 
 core::player
 Collection of classes for managing player state and functionality.
 
 bl
 
 bl::serial