|
Kohi Game Engine
|
Configuration for an application runtime plugin. More...
#include <application_config.h>
Data Fields | |
| const char * | name |
| The name of the plugin. More... | |
| const char * | configuration_str |
| The configuration of the plugin in string format, to be parsed by the plugin itself. Can be 0/null if not required by the plugin. More... | |
Configuration for an application runtime plugin.
| const char* configuration_str |
The configuration of the plugin in string format, to be parsed by the plugin itself. Can be 0/null if not required by the plugin.
| const char* name |
The name of the plugin.