diff options
Diffstat (limited to 'sigscript/TileWrapper.h')
| -rw-r--r-- | sigscript/TileWrapper.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/sigscript/TileWrapper.h b/sigscript/TileWrapper.h index a3b90cd6..882148f4 100644 --- a/sigscript/TileWrapper.h +++ b/sigscript/TileWrapper.h @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel <MathStuf@gmail.com> + * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,8 +21,14 @@ // Sigscript includes #include "ObjectWrapper.h" -// Sigmod includes -#include "../sigmod/Tile.h" +// Sigcore includes +#include <sigcore/Script.h> + +// Forward declarations +namespace Sigmod +{ +class Tile; +} namespace Sigscript { |
