YAPOG  0.0.1
Yet Another Pokemon Online Game
ExperienceFast.cpp
Go to the documentation of this file.
3 
4 namespace yap
5 {
7  {
8  }
9 
11  {
12  return ((4.f / 5.f) * MathHelper::Pow (level, 3));
13  }
14 
15 } // namespace yap