Interface for game main structure.
More...
#include <IGame.hpp>
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 |
Member Function Documentation
| virtual void yap::IGame::Dispose |
( |
| ) |
|
|
pure virtual |
| virtual void yap::IGame::Init |
( |
| ) |
|
|
pure virtual |
| virtual void yap::IGame::Launch |
( |
| ) |
|
|
pure virtual |
The documentation for this struct was generated from the following file:
- G:/YAPOG/YAPOG/YAPOG/include/YAPOG/Graphics/Game/IGame.hpp