mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
9 lines
228 B
C
9 lines
228 B
C
#pragma once
|
|
|
|
#include <ForwardsZone.h>
|
|
#include <Script/NativeScriptApi.h>
|
|
|
|
#include <Event/EventDefs.h>
|
|
|
|
#define EXPOSE_SCRIPT( className ) Sapphire::ScriptAPI::ScriptObject* makeScript##className() { return new className; }
|
|
|