remove versioning, will be handled by factory.

This commit is contained in:
Marvin D 2022-08-20 12:45:14 +02:00
parent 60b2db9eaa
commit c37d7a6b0c
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@
//=============================================================================//
#include "core/stdafx.h"
#include "vpc/interfaces.h"
#include "pluginsystem.h"
//-----------------------------------------------------------------------------

View File

@ -25,7 +25,6 @@ public:
// Might wanna make a status code system.
typedef void(*OnLoad)(CModule, CModule);
typedef void(*OnUnload)(CModule);
typedef int16_t(*GetVersion)();
typedef const char* (*GetDescription)();
CModule m_hModule;