mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-28 16:43:29 +00:00
type check
This commit is contained in:
@@ -10,6 +10,10 @@ namespace BBM
|
||||
: x(pos.x), y(pos.y), z(pos.z), type(type)
|
||||
{ }
|
||||
|
||||
MapInfo::MapInfo(const MapInfo &other)
|
||||
: x(other.x), y(other.y), z(other.z), type(other.type)
|
||||
{ }
|
||||
|
||||
MapInfo &MapInfo::operator=(MapInfo &other)
|
||||
{
|
||||
this->x = other.x;
|
||||
|
||||
Reference in New Issue
Block a user