diff options
Diffstat (limited to 'sigscript/MapEffectWrapper.h')
| -rw-r--r-- | sigscript/MapEffectWrapper.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sigscript/MapEffectWrapper.h b/sigscript/MapEffectWrapper.h index f99ed73e..3f344fe7 100644 --- a/sigscript/MapEffectWrapper.h +++ b/sigscript/MapEffectWrapper.h @@ -21,12 +21,17 @@ // Sigscript includes #include "ObjectWrapper.h" -// Sigmod includes -#include "../sigmod/MapEffect.h" +// Sigcore includes +#include <sigcore/Script.h> + +// Forward declarations +namespace Sigmod +{ +class MapEffect; +} namespace Sigscript { -// Forward declarations class MapWrapper; class SkinWrapper; |
