YAPOG  0.0.1
Yet Another Pokemon Online Game
CreditScreen.cpp
Go to the documentation of this file.
2 
3 namespace ycl
4 {
6 
8  : BaseScreen (DEFAULT_NAME, context)
9  {
10  }
11 
13  {
14  }
15 
17  const yap::Time& dt,
18  yap::IDrawingContext& context)
19  {
20  BaseScreen::HandleRun (dt, context);
21  }
22 } // namespace ycl