Peoplemon
0.1.0
Peoplemon 3 game source documentation
include
Core
Battles
Result.hpp
Go to the documentation of this file.
1
#ifndef CORE_BATTLES_RESULT_HPP
2
#define CORE_BATTLES_RESULT_HPP
3
4
#include <vector>
5
6
namespace
core
7
{
8
namespace
battle
9
{
16
struct
Result
{
17
bool
localPlayerWon
;
18
23
Result
()
24
:
localPlayerWon
(false) {}
25
};
26
27
}
// namespace battle
28
}
// namespace core
29
30
#endif
core
Core classes and functionality for both the editor and game.
Definition:
Conversation.hpp:15
core::battle::Result
Represents the result of a battle.
Definition:
Result.hpp:16
core::battle::Result::Result
Result()
Constructs an empty result.
Definition:
Result.hpp:23
core::battle::Result::localPlayerWon
bool localPlayerWon
Definition:
Result.hpp:17
Generated on Sun Aug 18 2024 22:16:51 for Peoplemon by
1.9.1