mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
ALL: Remove unnecessary forward declarations.
This commit is contained in:
parent
d9bcf1a3bf
commit
e578cb8976
@ -42,10 +42,6 @@ enum GsInterlace {
|
||||
};
|
||||
|
||||
|
||||
namespace Graphics {
|
||||
struct Surface;
|
||||
}
|
||||
|
||||
class Gs2dScreen {
|
||||
public:
|
||||
Gs2dScreen(uint16 width, uint16 height, TVMode tvMode);
|
||||
|
@ -29,10 +29,6 @@
|
||||
#include "kyra/gui_lok.h"
|
||||
#include "kyra/item.h"
|
||||
|
||||
namespace Graphics {
|
||||
struct Surface;
|
||||
}
|
||||
|
||||
namespace Kyra {
|
||||
|
||||
class Movie;
|
||||
|
@ -76,10 +76,6 @@ class SeekableReadStream;
|
||||
class String;
|
||||
}
|
||||
|
||||
namespace Graphics {
|
||||
struct Surface;
|
||||
}
|
||||
|
||||
namespace LastExpress {
|
||||
|
||||
class Scene;
|
||||
|
@ -31,7 +31,6 @@ class SeekableReadStream;
|
||||
|
||||
namespace TeenAgent {
|
||||
|
||||
class Pack;
|
||||
class Surface : public Graphics::Surface {
|
||||
public:
|
||||
enum Type {kTypeOns, kTypeLan};
|
||||
|
@ -35,8 +35,6 @@
|
||||
|
||||
namespace Graphics {
|
||||
|
||||
struct Surface;
|
||||
|
||||
/**
|
||||
* Convert a YUV420 image to an RGB surface
|
||||
*
|
||||
|
@ -43,10 +43,6 @@ namespace Graphics {
|
||||
struct PixelFormat;
|
||||
}
|
||||
|
||||
namespace Graphics {
|
||||
struct Surface;
|
||||
}
|
||||
|
||||
namespace Video {
|
||||
|
||||
class Codec;
|
||||
|
@ -33,10 +33,6 @@ namespace Common {
|
||||
class SeekableReadStream;
|
||||
}
|
||||
|
||||
namespace Graphics {
|
||||
struct Surface;
|
||||
}
|
||||
|
||||
namespace Video {
|
||||
|
||||
struct CinepakCodebook {
|
||||
|
@ -32,7 +32,6 @@ class SeekableReadStream;
|
||||
|
||||
namespace Graphics {
|
||||
class JPEG;
|
||||
struct Surface;
|
||||
}
|
||||
|
||||
namespace Video {
|
||||
|
@ -31,10 +31,6 @@ namespace Common {
|
||||
class SeekableReadStream;
|
||||
}
|
||||
|
||||
namespace Graphics {
|
||||
struct Surface;
|
||||
}
|
||||
|
||||
namespace Video {
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user