Peoplemon  0.1.0
Peoplemon 3 game source documentation
Namespaces | Enumerations
Category.hpp File Reference
#include <cstdint>

Go to the source code of this file.

Namespaces

 core
 Core classes and functionality for both the editor and game.
 
 core::item
 Collection of enums and classes for managing and using items.
 

Enumerations

enum class  core::item::Category : std::uint8_t {
  core::item::Unknown , core::item::Regular , core::item::Key , core::item::TM ,
  core::item::Peopleball
}
 Represents a category that an item can belong to. Used for bag sorting. More...