mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-06-07 09:45:55 +02:00
13 lines
129 B
C++
13 lines
129 B
C++
#include "pdk.h"
|
|
|
|
#define EXPORT extern "C" __declspec( dllexport )
|
|
|
|
EXPORT void GBE_Load()
|
|
{
|
|
|
|
}
|
|
|
|
EXPORT void GBE_UnLoad()
|
|
{
|
|
|
|
}
|