lsnes/include/core/loadlib.hpp

11 lines
213 B
C++
Raw Normal View History

#ifndef _loadlib__hpp__included__
#define _loadlib__hpp__included__
#include "library/loadlib.hpp"
void handle_post_loadlibrary();
2013-01-07 21:36:17 +02:00
void autoload_libraries();
2013-05-19 14:49:25 +03:00
void with_loaded_library(loaded_library* l);
#endif