YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
ExperienceSlow.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_EXPERIENCESLOW_HPP
2
# define YAPOG_EXPERIENCESLOW_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/Game/Pokemon/PokemonExperience.hpp
"
6
7
namespace
yap
8
{
9
class
YAPOG_LIB
ExperienceSlow
:
public
PokemonExperience
10
{
11
DISALLOW_COPY
(
ExperienceSlow
);
12
13
public
:
14
ExperienceSlow
();
15
16
private
:
17
virtual
UInt32
ComputeExperienceFromLevel (
const
UInt16
& level);
18
};
19
}
// namespace yap
20
21
#endif // YAPOG_EXPERIENCESLOW_HPP
YAPOG
include
YAPOG
Game
Pokemon
ExperienceSlow.hpp
Generated on Mon Sep 17 2012 22:24:23 for YAPOG by
1.8.1.1