aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-13 00:47:28 +1000
committerPaul Gilbert2012-05-17 20:46:13 +1000
commit68b0412ce983899eab8dc0ce45debf17da37eba5 (patch)
tree07860d4d508bd5f30b3c0975d3e407962f1f7b3c
parent8153d7868b048bcea6df6e8e6c8227ccda0b83dc (diff)
downloadscummvm-rg350-68b0412ce983899eab8dc0ce45debf17da37eba5.tar.gz
scummvm-rg350-68b0412ce983899eab8dc0ce45debf17da37eba5.tar.bz2
scummvm-rg350-68b0412ce983899eab8dc0ce45debf17da37eba5.zip
TINSEL: Fix compiler warning
-rw-r--r--engines/tinsel/rince.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/tinsel/rince.h b/engines/tinsel/rince.h
index b34c3f20de..623f3ee137 100644
--- a/engines/tinsel/rince.h
+++ b/engines/tinsel/rince.h
@@ -31,7 +31,6 @@
namespace Tinsel {
struct OBJECT;
-struct Common::PROCESS;
enum NPS {NOT_IN, GOING_UP, GOING_DOWN, LEAVING, ENTERING};