YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
BaseDynamicWorldObjectConstVisitor.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_BASEDYNAMICWORLDOBJECTCONSTVISITOR_HPP
2
# define YAPOG_BASEDYNAMICWORLDOBJECTCONSTVISITOR_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/Game/World/Map/IDynamicWorldObjectConstVisitor.hpp
"
6
7
namespace
yap
8
{
9
class
YAPOG_LIB
BaseDynamicWorldObjectConstVisitor
10
:
public
IDynamicWorldObjectConstVisitor
11
{
12
DISALLOW_COPY
(
BaseDynamicWorldObjectConstVisitor
);
13
14
public
:
15
16
virtual
~
BaseDynamicWorldObjectConstVisitor
();
17
18
virtual
void
VisitDynamicWorldObject (
19
const
DynamicWorldObject
& visitable);
20
virtual
void
VisitCharacter (
const
Character
& visitable);
21
virtual
void
VisitPlayer (
const
IPlayer
& visitable);
22
virtual
void
VisitTeleporter (
const
Teleporter
& visitable);
23
virtual
void
VisitDestructibleObject (
24
const
DestructibleObject
& visitable);
25
virtual
void
VisitBattleSpawnerArea (
const
BattleSpawnerArea
& visitable);
26
27
protected
:
28
29
BaseDynamicWorldObjectConstVisitor
();
30
};
31
}
// namespace yap
32
33
#endif // YAPOG_BASEDYNAMICWORLDOBJECTCONSTVISITOR_HPP
YAPOG
include
YAPOG
Game
World
Map
BaseDynamicWorldObjectConstVisitor.hpp
Generated on Mon Sep 17 2012 22:24:23 for YAPOG by
1.8.1.1