aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOri Avtalion2011-04-25 22:29:26 +0300
committerOri Avtalion2011-04-28 12:20:34 +0300
commitcd6ee0589d0556d3d9e81d835c8b900636083de5 (patch)
tree916347e7c0fc0a6fdc9d3a63bec780b15101d3f5 /common
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 'common')
-rw-r--r--common/system.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/common/system.h b/common/system.h
index c487e727a8..a8372a1b06 100644
--- a/common/system.h
+++ b/common/system.h
@@ -35,7 +35,7 @@
#include "graphics/pixelformat.h"
namespace Audio {
- class Mixer;
+class Mixer;
}
namespace Graphics {
@@ -43,14 +43,14 @@ namespace Graphics {
}
namespace Common {
- struct Event;
- class EventManager;
- class SaveFileManager;
- class SearchSet;
- class TimerManager;
- class SeekableReadStream;
- class WriteStream;
- class HardwareKeySet;
+struct Event;
+class EventManager;
+class SaveFileManager;
+class SearchSet;
+class TimerManager;
+class SeekableReadStream;
+class WriteStream;
+class HardwareKeySet;
}
class AudioCDManager;