Peoplemon  0.1.0
Peoplemon 3 game source documentation
Namespaces | Enumerations
TurnAction.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::battle
 Collection of classes used for peoplemon battling.
 

Enumerations

enum class  core::battle::TurnAction : std::uint8_t { core::battle::Fight = 0 , core::battle::Switch = 1 , core::battle::Item = 2 , core::battle::Run = 3 }
 Represents an action that a battler may take on their turn. More...