lsnes rr2-β23
[lsnes.git] / include / core / loadlib.hpp
blobd7fe9ab21a6174a7e3086b28446b2aefb98c3daa
1 #ifndef _loadlib__hpp__included__
2 #define _loadlib__hpp__included__
4 #include "library/loadlib.hpp"
6 void handle_post_loadlibrary();
7 void autoload_libraries(void(*on_error)(const std::string& libname, const std::string& err, bool system) = NULL);
8 void with_loaded_library(const loadlib::module& l);
9 bool with_unloaded_library(loadlib::module& l);
11 #endif