YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
IDrawableDynamicWorldObject.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_IDRAWABLEDYNAMICWORLDOBJECT_HPP
2
# define YAPOG_IDRAWABLEDYNAMICWORLDOBJECT_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/Graphics/Game/World/Map/IDrawableWorldObject.hpp
"
6
# include "
YAPOG/Graphics/Vector2.hpp
"
7
# include "
YAPOG/System/Event/Event.hpp
"
8
9
namespace
yap
10
{
11
struct
IDrawableDynamicWorldObject
:
public
IDrawableWorldObject
12
{
13
virtual
~IDrawableDynamicWorldObject
() { }
14
15
virtual
Event
<
16
IDrawableDynamicWorldObject
&,
17
const
Vector2
&>&
OnOrderStateChangedEvent
() = 0;
18
};
19
}
// namespace yap
20
21
#endif // YAPOG_IDRAWABLEDYNAMICWORLDOBJECT_HPP
YAPOG
include
YAPOG
Graphics
Game
World
Map
IDrawableDynamicWorldObject.hpp
Generated on Mon Sep 17 2012 22:24:23 for YAPOG by
1.8.1.1