1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 06:47:45 +00:00
sapphire/src/scripts/ScriptObject.h

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; }