![]() |
Rise
The Vieneo Province
|
#include <instruments.h>
Public Member Functions | |
instruments (Viewscreen *ptr) | |
~instruments () | |
void | FrameMove (float fElapsedTime) |
void | Draw (float fElapsedTime, IDirect3DDevice9 *pd3dDevice) const |
void | OnCreateDevice (IDirect3DDevice9 *pd3dDevice) |
void | OnLostDevice () |
void | OnDestroyDevice () |
void | OnResetDevice (IDirect3DDevice9 *pd3dDevice, const D3DSURFACE_DESC *pBackBufferSurfaceDesc) |
Private Attributes | |
Viewscreen * | viewscreen |
Logger * | logger |
TurnByTurn * | turnByTurn |
Definition at line 12 of file instruments.h.
instruments::instruments | ( | Viewscreen * | ptr | ) |
instruments::~instruments | ( | ) |
Definition at line 15 of file instruments.cpp.
void instruments::Draw | ( | float | fElapsedTime, |
IDirect3DDevice9 * | pd3dDevice | ||
) | const |
Definition at line 285 of file instruments.cpp.
void instruments::FrameMove | ( | float | fElapsedTime | ) |
Definition at line 19 of file instruments.cpp.
void instruments::OnCreateDevice | ( | IDirect3DDevice9 * | pd3dDevice | ) |
Definition at line 1533 of file instruments.cpp.
void instruments::OnDestroyDevice | ( | void | ) |
Definition at line 1557 of file instruments.cpp.
void instruments::OnLostDevice | ( | ) |
Definition at line 1549 of file instruments.cpp.
void instruments::OnResetDevice | ( | IDirect3DDevice9 * | pd3dDevice, |
const D3DSURFACE_DESC * | pBackBufferSurfaceDesc | ||
) |
Definition at line 1541 of file instruments.cpp.
|
private |
Definition at line 26 of file instruments.h.
|
private |
Definition at line 27 of file instruments.h.
|
private |
Definition at line 25 of file instruments.h.