YAPOG  0.0.1
Yet Another Pokemon Online Game
BasicPhysicsCore.cpp
Go to the documentation of this file.
2 
3 namespace yap
4 {
6  : PhysicsCore ()
7  {
8  }
9 
11  {
12  }
13 
15  : PhysicsCore (copy)
16  {
17  }
18 
20  {
21  return new BasicPhysicsCore (*this);
22  }
23 
25  {
26  SetVelocity (GetVelocity () + force);
27  }
28 
30  {
32  }
33 } // namespace yap