This file contains the plugin interface. More...
#include <cstdint>#include <string>
Include dependency graph for IPlugin.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| interface | utl::IPlugin |
| Interface for plugins. More... | |
Namespaces | |
| namespace | utl |
Macros | |
| #define | PLUGIN_EXPORT |
Enumerations | |
| enum class | utl::PluginType : uint8_t { utl::AUDIO = 0 , utl::NETWORK_CLIENT = 1 , utl::NETWORK_SERVER = 1 , utl::RENDERER = 2 , utl::GAME_CLIENT = 3 , utl::GAME_SERVER = 4 , utl::UNKNOWN = 255 } |
This file contains the plugin interface.
Definition in file IPlugin.hpp.
| #define PLUGIN_EXPORT |
Definition at line 15 of file IPlugin.hpp.