WINTERMUTE: Clear up another few includes.

This commit is contained in:
Einar Johan Trøan Sømåen 2012-06-15 02:17:36 +02:00
parent 4b7201c7e1
commit e546237a23
6 changed files with 6 additions and 7 deletions

View File

@ -33,6 +33,7 @@
#include "engines/wintermute/utils/StringUtil.h"
#include "engines/wintermute/Base/BGame.h"
#include "engines/wintermute/Base/BFileManager.h"
#include "engines/wintermute/Base/BSoundBuffer.h"
namespace WinterMute {

View File

@ -31,10 +31,9 @@
#include "engines/wintermute/coll_templ.h"
#include "engines/wintermute/Base/BBase.h"
#include "engines/wintermute/Base/BSoundBuffer.h"
namespace WinterMute {
class CBSoundBuffer;
class CBSoundMgr : public CBBase {
public:
float posToPan(int X, int Y);

View File

@ -31,7 +31,6 @@
#include "graphics/surface.h"
#include "engines/wintermute/Base/BSurface.h"
#include "graphics/surface.h"
namespace WinterMute {
class TransparentSurface;

View File

@ -28,6 +28,7 @@
#include "engines/wintermute/dcgf.h"
#include "engines/wintermute/Base/PartEmitter.h"
#include "engines/wintermute/Base/PartParticle.h"
#include "engines/wintermute/math/Vector2.h"
#include "engines/wintermute/math/Matrix4.h"
#include "engines/wintermute/Base/scriptables/ScValue.h"

View File

@ -31,12 +31,11 @@
#include "engines/wintermute/Base/BObject.h"
#include "engines/wintermute/Base/PartParticle.h"
#include "engines/wintermute/Base/PartForce.h"
namespace WinterMute {
class CBRegion;
class CPartParticle;
class CPartEmitter : public CBObject {
public:
DECLARE_PERSISTENT(CPartEmitter, CBObject)

View File

@ -26,8 +26,8 @@
* Copyright (c) 2011 Jan Nedoma
*/
#ifndef WINTERMUTE_PATRPARTICLE_H
#define WINTERMUTE_PATRPARTICLE_H
#ifndef WINTERMUTE_PARTPARTICLE_H
#define WINTERMUTE_PARTPARTICLE_H
#include "engines/wintermute/Base/BBase.h"