YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
MapEventInfo.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_MAPEVENTINFO_HPP
2
# define YAPOG_MAPEVENTINFO_HPP
3
4
# include <memory>
5
6
# include "
YAPOG/Macros.hpp
"
7
8
namespace
yap
9
{
10
struct
ICollidable;
11
12
class
MapEvent;
13
class
DynamicWorldObject;
14
15
class
YAPOG_LIB
MapEventInfo
16
{
17
DISALLOW_COPY
(
MapEventInfo
);
18
19
public
:
20
21
typedef
std::shared_ptr<MapEventInfo>
PtrType
;
22
23
MapEventInfo
(
24
ICollidable
& sourceCollidable,
25
MapEvent
& event,
26
DynamicWorldObject
& parent);
27
28
ICollidable
& GetSourceCollidable ();
29
MapEvent
& GetEvent ();
30
DynamicWorldObject
& GetParent ();
31
32
private
:
33
34
ICollidable
&
sourceCollidable_
;
35
MapEvent
&
event_
;
36
DynamicWorldObject
&
parent_
;
37
};
38
}
// namespace yap
39
40
#endif // YAPOG_MAPEVENTINFO_HPP
YAPOG
include
YAPOG
Game
World
Map
Physics
MapEventInfo.hpp
Generated on Mon Sep 17 2012 22:24:23 for YAPOG by
1.8.1.1