#include <uplugin.hpp>
Public Attributes | |
USharedLib * | lib |
std::string | category |
std::string | feature |
plugin_create_t | create |
plugin_destroy_t | destroy |
|
The overall category (e.g. font, laf, ...). |
|
The feature, e.g. 'native' for the native font renderer. |
|
The shared lib which the plugin is compiled in. May be NULL for static plugins (like texture font renderer, ...) |