Trisurf Monte Carlo simulator
Samo Penic
2018-12-25 08559613e0fe7c23d329092679a2ff347a92ff4f
commit | author | age
eb7d7e 1 #ifndef _H_PLUGINS
SP 2 #define _H_PLUGINS
3 #include "general.h"
4 ts_plugin *init_plugin(ts_char *filename);
5 ts_plugin_list *init_plugin_list(ts_char **plugin_filenames, ts_uint number_of_filenames);
6 #endif