|
OpenTTD Source
14.0-beta3
|
Container to track information per plugin. More...
Public Member Functions | |
| InternalSocialIntegrationPlugin (const std::string &filename, const std::string &basepath) | |
Data Fields | |
| OpenTTD_SocialIntegration_v1_PluginInfo | plugin_info = {} |
| Information supplied by plugin. | |
| OpenTTD_SocialIntegration_v1_PluginApi | plugin_api = {} |
| API supplied by plugin. | |
| OpenTTD_SocialIntegration_v1_OpenTTDInfo | openttd_info = {} |
| Information supplied by OpenTTD. | |
| std::unique_ptr< LibraryLoader > | library = nullptr |
| Library handle. | |
| SocialIntegrationPlugin | external |
| Information of the plugin to be used by other parts of our codebase. | |
Container to track information per plugin.
Definition at line 27 of file social_integration.cpp.