JANITORIAL: Format more forward declarations to follow convention

This commit is contained in:
Ori Avtalion 2011-04-25 22:29:26 +03:00
parent cd6ee0589d
commit 3e01d35281
6 changed files with 8 additions and 6 deletions

View File

@ -46,7 +46,7 @@ enum GsInterlace {
namespace Graphics {
struct Surface;
struct Surface;
}
class Gs2dScreen {

View File

@ -39,7 +39,7 @@ class Mixer;
}
namespace Graphics {
struct Surface;
struct Surface;
}
namespace Common {

View File

@ -32,8 +32,9 @@
#include "queen/defs.h"
class OSystem;
namespace Common {
struct Rect;
struct Rect;
}
namespace Queen {

View File

@ -32,7 +32,7 @@
namespace Graphics {
struct Surface;
struct Surface;
}
/**

View File

@ -31,7 +31,7 @@
#include "sci/engine/vm.h"
namespace Graphics {
struct Surface;
struct Surface;
}
namespace Sci {

View File

@ -31,8 +31,9 @@
#include "sky/skydefs.h"
class OSystem;
namespace Common {
struct Rect;
struct Rect;
}
namespace Sky {