MorphoGraphX
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SystemProcess.hpp
1 #ifndef SYSTEMPROCESS_HPP
2 #define SYSTEMPROCESS_HPP
3 
4 #include <Config.hpp>
5 
6 namespace mgx { namespace process {
7 
8  void mgx_EXPORT registerSystemProcesses();
9  void mgx_EXPORT unregisterSystemProcesses();
10 
11 }}
12 #endif