Remove StdMesh.h from StdDDraw2.h, use fwd declarations

stable-5.2
Nicolas Hake 2010-01-27 16:50:07 +01:00
parent fc74f6df04
commit b3a3a045b6
5 changed files with 8 additions and 1 deletions

View File

@ -105,6 +105,11 @@ class CStdStream;
class CStdVectorFont;
class CSurface8;
class StdCompiler;
class StdMesh;
class StdMeshBone;
class StdMeshInstance;
class StdMeshMaterial;
class StdMeshSkeletonLoader;
namespace C4GUI { class Screen; }
typedef C4GUI::Screen C4GUIScreen;

View File

@ -32,6 +32,7 @@
#include "C4Effects.h"
#include "C4Particles.h"
#include "C4PropList.h"
#include "StdMesh.h"
/* Object status */

View File

@ -31,6 +31,7 @@
#include <StdFont.h>
#include <StdWindow.h>
#include "C4Rect.h"
#include "StdMesh.h"
#include <stdio.h>
#include <math.h>

View File

@ -27,7 +27,6 @@
#include <StdSurface8.h>
#include <StdFont.h>
#include <StdBuf.h>
#include <StdMesh.h>
// texref-predef
class CStdDDraw;

View File

@ -28,6 +28,7 @@
#include <StdSurface2.h>
#include <StdWindow.h>
#include "C4Rect.h"
#include "StdMesh.h"
#ifdef USE_GL