YAPOG  0.0.1
Yet Another Pokemon Online Game
IPokemonSummaryWidget.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_CLIENT_POKEMONSUMMARYWIDGET_HPP
2 # define YAPOG_CLIENT_POKEMONSUMMARYWIDGET_HPP
3 
4 # include "YAPOG/Macros.hpp"
6 
7 # include "Pokemon/Pokemon.hpp"
8 
9 namespace ycl
10 {
12  {
13  public:
15 
16  virtual void Init () = 0;
17 
18  virtual void SetPokemon (const Pokemon& pokemon) = 0;
19  };
20 } // namespace yap
21 
22 #endif /* YAPOG_CLIENT_POKEMONSUMMARYWIDGET_HPP! */