lsnes/include/core/loadlib.hpp

11 lines
307 B
C++
Raw Normal View History

#ifndef _loadlib__hpp__included__
#define _loadlib__hpp__included__
#include "library/loadlib.hpp"
void handle_post_loadlibrary();
void autoload_libraries(void(*on_error)(const std::string& libname, const std::string& err, bool system) = NULL);
void with_loaded_library(const loadlib::module& l);
#endif