diff options
author | Ori Avtalion | 2011-04-25 22:29:26 +0300 |
---|---|---|
committer | Ori Avtalion | 2011-04-28 12:20:34 +0300 |
commit | cd6ee0589d0556d3d9e81d835c8b900636083de5 (patch) | |
tree | 916347e7c0fc0a6fdc9d3a63bec780b15101d3f5 /graphics | |
parent | 80c90a569eb06f6a12ca0f0f256d0cbb028f19be (diff) | |
download | scummvm-rg350-cd6ee0589d0556d3d9e81d835c8b900636083de5.tar.gz scummvm-rg350-cd6ee0589d0556d3d9e81d835c8b900636083de5.tar.bz2 scummvm-rg350-cd6ee0589d0556d3d9e81d835c8b900636083de5.zip |
JANITORIAL: Format forward declarations to follow convention
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fonts/winfont.h | 4 | ||||
-rw-r--r-- | graphics/pict.h | 2 | ||||
-rw-r--r-- | graphics/wincursor.h | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/fonts/winfont.h b/graphics/fonts/winfont.h index fbe4a778e2..a552b18b66 100644 --- a/graphics/fonts/winfont.h +++ b/graphics/fonts/winfont.h @@ -28,8 +28,8 @@ #include "graphics/font.h" namespace Common { - class SeekableReadStream; - class String; +class SeekableReadStream; +class String; } namespace Graphics { diff --git a/graphics/pict.h b/graphics/pict.h index a683a23bf6..22f36aafe7 100644 --- a/graphics/pict.h +++ b/graphics/pict.h @@ -32,7 +32,7 @@ #include "graphics/pixelformat.h" namespace Common { - class SeekableReadStream; +class SeekableReadStream; } namespace Graphics { diff --git a/graphics/wincursor.h b/graphics/wincursor.h index ca0abf6fe1..717a1be588 100644 --- a/graphics/wincursor.h +++ b/graphics/wincursor.h @@ -30,9 +30,9 @@ #include "common/winexe.h" namespace Common { - class NEResources; - class PEResources; - class SeekableReadStream; +class NEResources; +class PEResources; +class SeekableReadStream; } namespace Graphics { |