mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
9 lines
187 B
C
9 lines
187 B
C
#ifndef SAPPHIRE_SCRIPTOBJECT_H
|
|
#define SAPPHIRE_SCRIPTOBJECT_H
|
|
|
|
#include <Forwards.h>
|
|
#include <Script/NativeScriptApi.h>
|
|
|
|
#include <Event/EventDefs.h>
|
|
|
|
#endif //SAPPHIRE_SCRIPTOBJECT_H
|