YAPOG  0.0.1
Yet Another Pokemon Online Game
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"
8 
9 namespace yap
10 {
12  {
14 
15  virtual Event<
17  const Vector2&>& OnOrderStateChangedEvent () = 0;
18  };
19 } // namespace yap
20 
21 #endif // YAPOG_IDRAWABLEDYNAMICWORLDOBJECT_HPP