mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-06 19:01:21 +03:00
- more reorgianization
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@114 ea6a568a-9f4f-0410-981a-c910a81bb256
This commit is contained in:
parent
2ac9503854
commit
44e9a03c17
12 changed files with 887 additions and 1018 deletions
|
@ -54,13 +54,11 @@ const float UNSPLIT_FACTOR = 2.0;
|
|||
|
||||
class Quad;
|
||||
class QuadData;
|
||||
class Terrain;
|
||||
class MaterialGenerator;
|
||||
class MWHeightmap;
|
||||
class HeightMap;
|
||||
|
||||
MWHeightmap *g_heightMap;
|
||||
HeightMap *g_heightMap;
|
||||
MaterialGenerator *g_materialGen;
|
||||
Terrain *g_Terrain;
|
||||
|
||||
#undef TRACE
|
||||
#define TRACE(x)
|
||||
|
@ -91,17 +89,14 @@ Terrain *g_Terrain;
|
|||
|
||||
// For rendering
|
||||
#include "cpp_baseland.cpp"
|
||||
#include "cpp_mwheightmap.cpp"
|
||||
|
||||
// These depend on each other, so our usual hackery won't work. We
|
||||
// need the header files first.
|
||||
#include "cpp_terrainmesh.h"
|
||||
#include "cpp_terraincls.h"
|
||||
|
||||
#include "cpp_quad.cpp"
|
||||
|
||||
#include "cpp_terraincls.cpp"
|
||||
#include "cpp_heightmap.cpp"
|
||||
#include "cpp_terrainmesh.cpp"
|
||||
#include "cpp_quad.cpp"
|
||||
#include "cpp_heightmap2.cpp"
|
||||
#include "cpp_terrainmesh2.cpp"
|
||||
|
||||
#include "cpp_framelistener.cpp"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue