YAPOG  0.0.1
Yet Another Pokemon Online Game
yap::IGame Struct Reference

Interface for game main structure. More...

#include <IGame.hpp>

Inheritance diagram for yap::IGame:
Collaboration diagram for yap::IGame:

List of all members.

Public Member Functions

virtual ~IGame ()
virtual void Init ()=0
virtual void Launch ()=0
virtual void Dispose ()=0

Detailed Description

Interface for game main structure.

Definition at line 9 of file IGame.hpp.


Constructor & Destructor Documentation

virtual yap::IGame::~IGame ( )
inlinevirtual

Definition at line 11 of file IGame.hpp.


Member Function Documentation

virtual void yap::IGame::Dispose ( )
pure virtual

Implemented in yap::Game.

virtual void yap::IGame::Init ( )
pure virtual

Implemented in yap::Game.

virtual void yap::IGame::Launch ( )
pure virtual

Implemented in yap::Game.


The documentation for this struct was generated from the following file: