2018-03-07 08:14:42 +01:00
|
|
|
#ifndef SAPPHIRE_SCRIPTOBJECT_H
|
|
|
|
#define SAPPHIRE_SCRIPTOBJECT_H
|
|
|
|
|
|
|
|
#include <Forwards.h>
|
|
|
|
#include <Script/NativeScriptApi.h>
|
|
|
|
|
2018-03-13 20:06:34 +11:00
|
|
|
#include <Event/EventDefs.h>
|
2018-03-07 08:14:42 +01:00
|
|
|
|
|
|
|
#endif //SAPPHIRE_SCRIPTOBJECT_H
|