mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 13:47:46 +00:00
10 lines
209 B
C
10 lines
209 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>
|
|
|
|
|
|
#endif //SAPPHIRE_SCRIPTOBJECT_H
|