YAPOG  0.0.1
Yet Another Pokemon Online Game
RegularAnimatedSprite.cpp
Go to the documentation of this file.
3 
4 namespace yap
5 {
7 
9  : AnimatedSprite ()
10  {
13  Time (1.0f / static_cast<float> (DEFAULT_FRAME_RATE))));
14  }
15 
17  {
18  }
19 
21  const RegularAnimatedSprite& copy)
22  : AnimatedSprite (copy)
23  {
24  }
25 
27  {
28  return new RegularAnimatedSprite (*this);
29  }
30 
32  : AnimatedSprite ()
33  {
35  }
36 
38  : AnimatedSprite ()
39  {
42  Time (1.0f / static_cast<float> (frameRate))));
43  }
44 } // namespace yap