2013-01-07 20:29:03 +02:00
|
|
|
#ifndef _loadlib__hpp__included__
|
|
|
|
#define _loadlib__hpp__included__
|
|
|
|
|
|
|
|
#include "library/loadlib.hpp"
|
|
|
|
|
|
|
|
void handle_post_loadlibrary();
|
2013-12-30 22:57:22 +02:00
|
|
|
void autoload_libraries(void(*on_error)(const std::string& libname, const std::string& err, bool system) = NULL);
|
2013-12-19 16:23:50 +02:00
|
|
|
void with_loaded_library(const loadlib::module& l);
|
2013-01-07 20:29:03 +02:00
|
|
|
|
|
|
|
#endif
|