YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
ExperienceMediumFast.cpp
Go to the documentation of this file.
1
#include "
YAPOG/Game/Pokemon/ExperienceMediumFast.hpp
"
2
#include "
YAPOG/System/MathHelper.hpp
"
3
4
namespace
yap
5
{
6
ExperienceMediumFast::ExperienceMediumFast
()
7
{
8
}
9
10
UInt32
ExperienceMediumFast::ComputeExperienceFromLevel
(
const
UInt16
& level)
11
{
12
return
MathHelper::Pow
(level, 3);
13
}
14
15
}
// namespace yap
YAPOG
src
YAPOG
Game
Pokemon
ExperienceMediumFast.cpp
Generated on Mon Sep 17 2012 22:24:24 for YAPOG by
1.8.1.1