9 lines
168 B
C++
9 lines
168 B
C++
#ifndef _loadlib__hpp__included__
|
|
#define _loadlib__hpp__included__
|
|
|
|
#include "library/loadlib.hpp"
|
|
|
|
void handle_post_loadlibrary();
|
|
void autoload_libraries();
|
|
|
|
#endif
|