1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-06-07 09:45:55 +02:00
gbe_fork/example_plugin/main.cpp
2025-01-20 15:19:18 +01:00

13 lines
129 B
C++

#include "pdk.h"
#define EXPORT extern "C" __declspec( dllexport )
EXPORT void GBE_Load()
{
}
EXPORT void GBE_UnLoad()
{
}