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