YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
"
5
# include "
YAPOG/Graphics/Gui/BaseWidget.hpp
"
6
7
# include "Pokemon/Pokemon.hpp"
8
9
namespace
ycl
10
{
11
struct
IPokemonSummaryWidget
:
public
yap::BaseWidget
12
{
13
public
:
14
virtual
~IPokemonSummaryWidget
() {}
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! */
YAPOG.Client
include
Gui
IPokemonSummaryWidget.hpp
Generated on Mon Sep 17 2012 22:24:21 for YAPOG by
1.8.1.1