mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-05 17:20:30 +00:00
LAB: remove some useless forward references and includes
This commit is contained in:
parent
743b492ac7
commit
8059277928
@ -34,11 +34,6 @@
|
||||
#include "common/events.h"
|
||||
#include "lab/parsetypes.h"
|
||||
|
||||
// For the Music class - TODO: Move to another header file
|
||||
#include "audio/mixer.h"
|
||||
#include "audio/audiostream.h"
|
||||
#include "audio/decoders/raw.h"
|
||||
|
||||
#include "common/file.h"
|
||||
#include "common/savefile.h"
|
||||
|
||||
@ -54,9 +49,6 @@ class LabEngine;
|
||||
#define EAST 2
|
||||
#define WEST 3
|
||||
|
||||
struct TextFont;
|
||||
struct Gadget;
|
||||
|
||||
struct SaveGameHeader {
|
||||
byte _version;
|
||||
SaveStateDescriptor _descr;
|
||||
|
@ -33,7 +33,6 @@
|
||||
|
||||
#include "common/events.h"
|
||||
|
||||
// For the Music class - TODO: Move to another header file
|
||||
#include "audio/mixer.h"
|
||||
#include "audio/audiostream.h"
|
||||
#include "audio/decoders/raw.h"
|
||||
|
@ -35,8 +35,6 @@
|
||||
|
||||
namespace Lab {
|
||||
|
||||
#define MAXFILELEN 31
|
||||
|
||||
/*------------------------------- Action types ------------------------------*/
|
||||
#define PLAYSOUND 1
|
||||
#define PLAYSOUNDCONT 2
|
||||
|
@ -41,7 +41,6 @@
|
||||
namespace Lab {
|
||||
|
||||
/* Global parser data */
|
||||
|
||||
#define NOFILE "no file"
|
||||
|
||||
/*****************************************************************************/
|
||||
|
@ -32,6 +32,7 @@
|
||||
#define LAB_RESOURCE_H
|
||||
|
||||
#include "lab/labfun.h"
|
||||
#include "lab/graphics.h"
|
||||
|
||||
namespace Lab {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user