Rename python renderer to plugin example and leave it be as a template

This commit is contained in:
2019-11-15 21:33:55 +01:00
parent efb1af7ee0
commit 3b6837b886
6 changed files with 28 additions and 11 deletions

View File

@@ -41,6 +41,11 @@
*/
#define EXTERNAL_LIBRARY_FORK_REQUEST exported_fork_request
/**
* @brief Define for declaring the exported functions
*/
#define FUNC_DECL(FUNC) FUNC
/** @} */
#endif /* __EXTERNAL_RENDERER_INTERFACES_H__ */