YAPOG  0.0.1
Yet Another Pokemon Online Game
ExperienceFast.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_EXPERIENCEFAST_HPP
2 # define YAPOG_EXPERIENCEFAST_HPP
3 
4 # include "YAPOG/Macros.hpp"
6 
7 namespace yap
8 {
10  {
12 
13  public:
14  ExperienceFast ();
15 
16  private:
17  virtual UInt32 ComputeExperienceFromLevel (const UInt16& level);
18  };
19 } // namespace yap
20 
21 #endif // YAPOG_EXPERIENCEFAST_HPP