Molssi Driver Interface Library
mdi_plug_py.h
Go to the documentation of this file.
1 
6 #ifndef MDI_PLUG_PY
7 #define MDI_PLUG_PY
8 
9 int print_traceback();
10 int python_plugin_init( const char* engine_name, const char* engine_path, void* engine_comm_ptr, void* shared_state, int mode );
11 
12 #endif