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

10 lines
228 B
C
Raw Normal View History

#pragma once
2018-03-07 08:14:42 +01:00
2018-09-24 09:03:29 -04:00
#include <ForwardsZone.h>
2018-03-07 08:14:42 +01:00
#include <Script/NativeScriptApi.h>
#include <Event/EventDefs.h>
2018-03-07 08:14:42 +01:00
2019-02-20 17:39:25 +11:00
#define EXPOSE_SCRIPT( className ) Sapphire::ScriptAPI::ScriptObject* makeScript##className() { return new className; }