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