|
Brenta Engine 1.2
|
Automatically initialize and terminate engine with RAII. More...
#include <engine.hpp>
Public Member Functions | |
| manager () | |
| Initializes all subsystems, throws and exeption in case of failure. | |
| ~manager () | |
| Terminates all subsystems. | |
Automatically initialize and terminate engine with RAII.
Definition at line 88 of file engine.hpp.
| engine::manager::manager | ( | ) |
Initializes all subsystems, throws and exeption in case of failure.
Definition at line 96 of file engine.cpp.
| engine::manager::~manager | ( | ) |
Terminates all subsystems.
Definition at line 107 of file engine.cpp.