2012-02-12 13:16:12 +02:00
|
|
|
#ifndef _loadlib__hpp__included__
|
|
|
|
#define _loadlib__hpp__included__
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
|
|
|
|
void load_library(const std::string& filename);
|
|
|
|
extern const bool load_library_supported;
|
|
|
|
extern const char* library_is_called;
|
2013-03-25 11:28:06 +02:00
|
|
|
extern const char* library_extension;
|
2012-02-12 13:16:12 +02:00
|
|
|
|
|
|
|
#endif
|