#include <Application.h>
Public Member Functions | |
| Application () | |
| ~Application () | |
| void | startApplication () |
Public Attributes | |
| Physics * | physics |
| Sound * | sound |
| Graphics * | graphics |
| Haptics * | haptics |
| SvgLoader * | svgLoader |
The main application combines all modules, provides a graphical menu and controls games and replays.
filename: Application.h
| sonus::Application::Application | ( | ) |
Constructor
| sonus::Application::~Application | ( | ) |
Destructor
| void sonus::Application::startApplication | ( | ) |
Starts the application. Note: method is thread suspending.
1.5.4