|
Rumba C++ SDK
|
#include "Export.h"Go to the source code of this file.
Namespaces | |
| maquina | |
| This version of the SDK is unstable, i-e, it may change with no warning. | |
Functions | |
| MAQUINA_EXPORT void | maquina::initialize () |
| When the Rumba Engine is embedded in an application, this function should be called before any Rumba API calls. More... | |
| MAQUINA_EXPORT void | maquina::release () |
| When the Rumba Engine is embedded in an application, this function should be called before to leave the application. More... | |
| MAQUINA_EXPORT void | maquina::load_plugins (const std::vector< std::wstring > &plugin_directories) |
| Load all the Rumba plug-ins from directories. More... | |
| MAQUINA_EXPORT bool | maquina::has_python () |
| Return true if Python is available. More... | |