mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 05:37:45 +00:00
11 lines
240 B
C
11 lines
240 B
C
#ifndef SAPPHIRE_SCRIPTOBJECT_H
|
|
#define SAPPHIRE_SCRIPTOBJECT_H
|
|
|
|
#include <Script/NativeScriptApi.h>
|
|
#include <Forwards.h>
|
|
#include <Actor/Actor.h>
|
|
#include <Actor/Player.h>
|
|
#include <Event/EventHelper.h>
|
|
|
|
|
|
#endif //SAPPHIRE_SCRIPTOBJECT_H
|