dashboard
repositories
filestore
activity
search
login
main
/
trisurf-ng
Trisurf Monte Carlo simulator
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Added constant volume plugin (partially)
Samo Penic
2019-03-08
77a2c7de0dd6563a30467fa2e73f02ec9f4c3deb
[trisurf-ng.git]
/
src
/
plugins.h
1
2
3
4
5
6
7
#ifndef _H_PLUGINS
#define _H_PLUGINS
#include "general.h"
ts_plugin *init_plugin(ts_char *filename);
ts_plugin_list *init_plugin_list(ts_char **plugin_filenames, ts_uint number_of_filenames);
void plugin_list_free(ts_plugin_list *plist);
#endif