LAB: remove some useless forward references and includes

This commit is contained in:
Strangerke 2015-12-07 18:02:29 +01:00 committed by Willem Jan Palenstijn
parent 743b492ac7
commit 8059277928
5 changed files with 1 additions and 12 deletions

View File

@ -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;

View File

@ -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"

View File

@ -35,8 +35,6 @@
namespace Lab {
#define MAXFILELEN 31
/*------------------------------- Action types ------------------------------*/
#define PLAYSOUND 1
#define PLAYSOUNDCONT 2

View File

@ -41,7 +41,6 @@
namespace Lab {
/* Global parser data */
#define NOFILE "no file"
/*****************************************************************************/

View File

@ -32,6 +32,7 @@
#define LAB_RESOURCE_H
#include "lab/labfun.h"
#include "lab/graphics.h"
namespace Lab {