aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie
diff options
context:
space:
mode:
authorOri Avtalion2011-04-25 22:29:26 +0300
committerOri Avtalion2011-04-28 12:20:34 +0300
commitcd6ee0589d0556d3d9e81d835c8b900636083de5 (patch)
tree916347e7c0fc0a6fdc9d3a63bec780b15101d3f5 /engines/groovie
parent80c90a569eb06f6a12ca0f0f256d0cbb028f19be (diff)
downloadscummvm-rg350-cd6ee0589d0556d3d9e81d835c8b900636083de5.tar.gz
scummvm-rg350-cd6ee0589d0556d3d9e81d835c8b900636083de5.tar.bz2
scummvm-rg350-cd6ee0589d0556d3d9e81d835c8b900636083de5.zip
JANITORIAL: Format forward declarations to follow convention
Diffstat (limited to 'engines/groovie')
-rw-r--r--engines/groovie/cursor.h2
-rw-r--r--engines/groovie/groovie.h2
-rw-r--r--engines/groovie/resource.h2
-rw-r--r--engines/groovie/vdx.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/engines/groovie/cursor.h b/engines/groovie/cursor.h
index 7a1f3ccc0e..e40dc0c486 100644
--- a/engines/groovie/cursor.h
+++ b/engines/groovie/cursor.h
@@ -30,7 +30,7 @@
#include "common/system.h"
namespace Common {
- class MacResManager;
+class MacResManager;
}
namespace Groovie {
diff --git a/engines/groovie/groovie.h b/engines/groovie/groovie.h
index f8fad8d91f..9335ffb7e4 100644
--- a/engines/groovie/groovie.h
+++ b/engines/groovie/groovie.h
@@ -33,7 +33,7 @@
#include "graphics/pixelformat.h"
namespace Common {
- class MacResManager;
+class MacResManager;
}
/**
diff --git a/engines/groovie/resource.h b/engines/groovie/resource.h
index 37fa50f2ea..9c306beecb 100644
--- a/engines/groovie/resource.h
+++ b/engines/groovie/resource.h
@@ -27,7 +27,7 @@
#define GROOVIE_RESOURCE_H
namespace Common {
- class MacResManager;
+class MacResManager;
}
namespace Groovie {
diff --git a/engines/groovie/vdx.h b/engines/groovie/vdx.h
index 38dd030bcb..31c7606cb7 100644
--- a/engines/groovie/vdx.h
+++ b/engines/groovie/vdx.h
@@ -29,7 +29,7 @@
#include "groovie/player.h"
namespace Common {
- class ReadStream;
+class ReadStream;
}
namespace Groovie {