include paths normalized
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
|
||||
//#include <crtdbg.h>
|
||||
|
||||
#include "../EterLib/StdAfx.h"
|
||||
#include "../EterGrnLib/StdAfx.h"
|
||||
#include "../scriptLib/StdAfx.h"
|
||||
#include "EterLib/StdAfx.h"
|
||||
#include "EterGrnLib/StdAfx.h"
|
||||
#include "ScriptLib/StdAfx.h"
|
||||
|
||||
/* Fast Float<->Integer conversion */
|
||||
extern float PR_FCNV;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "Stdafx.h"
|
||||
#include "../eterPack/EterPackManager.h"
|
||||
#include "EterPack/EterPackManager.h"
|
||||
|
||||
#include "terrain.h"
|
||||
#include <math.h>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
#include "../eterImageLib/TGAImage.h"
|
||||
#include "EterImageLib/TGAImage.h"
|
||||
|
||||
#include "TextureSet.h"
|
||||
#include "TerrainType.h"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#ifndef __TERRAIn_TYPES__
|
||||
#define __TERRAIn_TYPES__
|
||||
|
||||
#include "../eterlib/GrpVertexBuffer.h"
|
||||
#include "../eterlib/GrpIndexBuffer.h"
|
||||
#include "EterLib/GrpVertexBuffer.h"
|
||||
#include "EterLib/GrpIndexBuffer.h"
|
||||
|
||||
#define TERRAIN_PATCHSIZE 16
|
||||
#define TERRAIN_SIZE 128
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef __INC_TERRAINLIB_TEXTURESET_H__
|
||||
#define __INC_TERRAINLIB_TEXTURESET_H__
|
||||
|
||||
#include "../eterLib/GrpImageInstance.h"
|
||||
#include "EterLib/GrpImageInstance.h"
|
||||
|
||||
typedef struct STerrainTexture
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user