YAPOG  0.0.1
Yet Another Pokemon Online Game
CenteredCameraController.cpp
Go to the documentation of this file.
4 
5 namespace yap
6 {
8  : CameraController (camera)
9  {
10  }
11 
13  {
14  }
15 
17  {
18  CenterOnTarget ();
19  }
20 
22  {
23  CenterOnTarget ();
24  }
25 } // namespace yap