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