1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 07:37:45 +00:00
sapphire/src/servers/Scripts/ScriptLoader.cpp.in

15 lines
187 B
C++
Raw Normal View History

2018-03-07 08:14:42 +01:00
#include <Script/NativeScriptApi.h>
@ScriptIncludes@
const ScriptObject* ptrs[] =
{
@ScriptNames@
nullptr
};
extern "C" EXPORT const ScriptObject** getScripts()
{
return ptrs;
}