Rumba C++ SDK
Initialize.h
Go to the documentation of this file.
1 /*
2 
3  *
4  ***
5  *****
6  ********************* Mercenaries Engineering SARL
7  ***************** Copyright (C) 2018
8  *************
9  ********* http://www.mercenaries-engineering.com
10  ***********
11  **** ****
12  ** **
13 
14 */
16 #pragma once
17 
18 #include "Export.h"
19 
20  namespace maquina
21  {
24 
26  MAQUINA_EXPORT void release();
27 
29  MAQUINA_EXPORT void load_plugins(const std::vector<std::wstring>& plugin_directories);
30 
33 
34  }
MAQUINA_EXPORT void initialize()
When the Rumba Engine is embedded in an application, this function should be called before any Rumba ...
MAQUINA_EXPORT bool has_python()
Return true if Python is available.
This version of the SDK is unstable, i-e, it may change with no warning.
Definition: AddCurveAction.h:20
MAQUINA_EXPORT void release()
When the Rumba Engine is embedded in an application, this function should be called before to leave t...
#define MAQUINA_EXPORT
Definition: Export.h:31
MAQUINA_EXPORT void load_plugins(const std::vector< std::wstring > &plugin_directories)
Load all the Rumba plug-ins from directories.