![]() |
Kochol Game Engine
0.1.0
|
#include <VideoManager.h>
Public Member Functions | |
VideoManager (Device *pDev, const u32 Handle, char *FileName, char *Name) | |
Constructor. | |
~VideoManager () | |
Destructor. | |
Resource * | Add () |
![]() | |
Plugin () | |
Constructor. | |
virtual | ~Plugin () |
Destructor. | |
PluginType | GetPluginType () |
Returns plugin type. | |
int | GetEngineMajorVersion () |
Returns the engine major version that plugin compiled with. | |
int | GetEngineMinorVersion () |
Returns the engine minor version that plugin compiled with. | |
int | GetEnginePatchVersion () |
Returns the engine release version that plugin compiled with. | |
virtual T * | Create ()=0 |
Create the plugin. |
Additional Inherited Members | |
![]() | |
PluginType | m_ePluginType |
Plugin type. |
Definition at line 16 of file VideoManager.h.
kge::plugin::VideoManager::VideoManager | ( | Device * | pDev, |
const u32 | Handle, | ||
char * | FileName, | ||
char * | Name | ||
) |
Constructor.
kge::plugin::VideoManager::~VideoManager | ( | ) |
Destructor.
Resource* kge::plugin::VideoManager::Add | ( | ) |