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