YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
MapCollidableInfo.cpp
Go to the documentation of this file.
1
#include "
YAPOG/Game/World/Map/Physics/MapCollidableInfo.hpp
"
2
3
namespace
yap
4
{
5
MapCollidableInfo::MapCollidableInfo
(
6
const
ICollidable
& collidable,
7
const
WorldObject
& parent)
8
: collidable_ (collidable)
9
, parent_ (parent)
10
{
11
}
12
13
const
ICollidable
&
MapCollidableInfo::GetCollidable
()
const
14
{
15
return
collidable_
;
16
}
17
18
const
WorldObject
&
MapCollidableInfo::GetParent
()
const
19
{
20
return
parent_
;
21
}
22
}
// namespace yap
YAPOG
src
YAPOG
Game
World
Map
Physics
MapCollidableInfo.cpp
Generated on Mon Sep 17 2012 22:24:25 for YAPOG by
1.8.1.1