mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 01:39:57 +00:00
WINTERMUTE: Clear up another few includes.
This commit is contained in:
parent
4b7201c7e1
commit
e546237a23
@ -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 {
|
||||
|
||||
|
@ -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);
|
||||
|
@ -31,7 +31,6 @@
|
||||
|
||||
#include "graphics/surface.h"
|
||||
#include "engines/wintermute/Base/BSurface.h"
|
||||
#include "graphics/surface.h"
|
||||
|
||||
namespace WinterMute {
|
||||
class TransparentSurface;
|
||||
|
@ -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"
|
||||
|
@ -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)
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user