r-type  0.0.0
R-Type main
Loading...
Searching...
No Matches
IPlugin.hpp File Reference

This file contains the plugin interface. More...

#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
 

Enumerations

enum class  utl::PluginType : uint8_t {
  utl::AUDIO = 0 , utl::NETWORK_CLIENT = 1 , utl::NETWORK_SERVER = 1 , utl::RENDERER = 2 ,
  utl::UNKNOWN = 255
}
 

Detailed Description

This file contains the plugin interface.

Definition in file IPlugin.hpp.