mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 23:43:10 +00:00
JANITORIAL: Format more forward declarations to follow convention
This commit is contained in:
parent
cd6ee0589d
commit
3e01d35281
@ -46,7 +46,7 @@ enum GsInterlace {
|
||||
|
||||
|
||||
namespace Graphics {
|
||||
struct Surface;
|
||||
struct Surface;
|
||||
}
|
||||
|
||||
class Gs2dScreen {
|
||||
|
@ -39,7 +39,7 @@ class Mixer;
|
||||
}
|
||||
|
||||
namespace Graphics {
|
||||
struct Surface;
|
||||
struct Surface;
|
||||
}
|
||||
|
||||
namespace Common {
|
||||
|
@ -32,8 +32,9 @@
|
||||
#include "queen/defs.h"
|
||||
|
||||
class OSystem;
|
||||
|
||||
namespace Common {
|
||||
struct Rect;
|
||||
struct Rect;
|
||||
}
|
||||
|
||||
namespace Queen {
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
|
||||
namespace Graphics {
|
||||
struct Surface;
|
||||
struct Surface;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include "sci/engine/vm.h"
|
||||
|
||||
namespace Graphics {
|
||||
struct Surface;
|
||||
struct Surface;
|
||||
}
|
||||
|
||||
namespace Sci {
|
||||
|
@ -31,8 +31,9 @@
|
||||
#include "sky/skydefs.h"
|
||||
|
||||
class OSystem;
|
||||
|
||||
namespace Common {
|
||||
struct Rect;
|
||||
struct Rect;
|
||||
}
|
||||
|
||||
namespace Sky {
|
||||
|
Loading…
x
Reference in New Issue
Block a user