Peoplemon
0.1.0
Peoplemon 3 game source documentation
src
Core
Maps
Spawn.cpp
Go to the documentation of this file.
1
#include <
Core/Maps/Spawn.hpp
>
2
3
namespace
core
4
{
5
namespace
map
6
{
7
Spawn::Spawn
()
8
: id(0) {}
9
10
Spawn::Spawn
(std::uint16_t _id,
const
bl::tmap::Position& pos)
11
: id(_id)
12
, position(pos) {}
13
14
}
// namespace map
15
}
// namespace core
Spawn.hpp
core
Core classes and functionality for both the editor and game.
Definition:
Conversation.hpp:15
core::map::Spawn::Spawn
Spawn()
Creates an empty spawn.
Definition:
Spawn.cpp:7
Generated on Sun Aug 18 2024 22:16:51 for Peoplemon by
1.9.1