11 #ifndef PLUGIN_CONST_H_
12 # define PLUGIN_CONST_H_
17 # define ERR_PLUGIN_DIR (const char *)"Error: PluginManager: directory not found"
18 # define ERR_PLUGIN_CLOSEDIR (const char *)"Error: PluginManager: cannot close the directory"
19 # define ERR_PLUGIN_DLOPEN (const char *)"Error: PluginManager: cannot open a plugin"
20 # define ERR_PLUGIN_INVALID (const char *)"Error: PluginManager: invalid plugin"
21 # define ERR_PLUGIN_DLCLOSE (const char *)"Error: PluginManager: cannot close a plugin"
26 # define DEF_PATH_DIRECTORY (const char *)"./mods/"
27 # define DEF_NAME_EXT (const char *)".so"
28 # define DEF_PLUGIN_STARTFUNC (const char *)"CreatePlugin"