plugins: python renderer: Add fork request to python renderer library, so it wont destory the base application

This commit is contained in:
2019-11-18 21:43:49 +01:00
parent 447d583103
commit 2aa1fffa8e
2 changed files with 39 additions and 0 deletions

View File

@@ -55,6 +55,11 @@
*/
#define FUNC_DECL(FUNC) FUNC
/**
* @brief Define for declaring exported variables
*/
#define VAR_DECL(VAR) VAR
/** @} */
#endif /* __EXTERNAL_RENDERER_INTERFACES_H__ */