mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 22:17:45 +00:00
14 lines
187 B
C++
14 lines
187 B
C++
#include <Script/NativeScriptApi.h>
|
|
|
|
@ScriptIncludes@
|
|
|
|
const ScriptObject* ptrs[] =
|
|
{
|
|
@ScriptNames@
|
|
nullptr
|
|
};
|
|
|
|
extern "C" EXPORT const ScriptObject** getScripts()
|
|
{
|
|
return ptrs;
|
|
}
|