YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
CreditScreen.cpp
Go to the documentation of this file.
1
#include "
GameScreen/CreditScreen.hpp
"
2
3
namespace
ycl
4
{
5
const
yap::ScreenType
CreditScreen::DEFAULT_NAME
=
"Credit"
;
6
7
CreditScreen::CreditScreen
(
yap::IDrawingContext
& context)
8
:
BaseScreen
(DEFAULT_NAME, context)
9
{
10
}
11
12
CreditScreen::~CreditScreen
()
13
{
14
}
15
16
void
CreditScreen::HandleRun
(
17
const
yap::Time
& dt,
18
yap::IDrawingContext
& context)
19
{
20
BaseScreen::HandleRun
(dt, context);
21
}
22
}
// namespace ycl
YAPOG.Client
src
GameScreen
CreditScreen.cpp
Generated on Mon Sep 17 2012 22:24:21 for YAPOG by
1.8.1.1