mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
remove versioning, will be handled by factory.
This commit is contained in:
parent
60b2db9eaa
commit
c37d7a6b0c
@ -7,7 +7,6 @@
|
||||
//=============================================================================//
|
||||
|
||||
#include "core/stdafx.h"
|
||||
#include "vpc/interfaces.h"
|
||||
#include "pluginsystem.h"
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user