include paths normalized

This commit is contained in:
d1str4ught
2025-08-28 20:50:20 +02:00
parent f19cb2f118
commit a418f8616d
215 changed files with 400 additions and 430 deletions

View File

@@ -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;

View File

@@ -1,5 +1,5 @@
#include "Stdafx.h"
#include "../eterPack/EterPackManager.h"
#include "EterPack/EterPackManager.h"
#include "terrain.h"
#include <math.h>

View File

@@ -9,7 +9,7 @@
#pragma once
#endif // _MSC_VER > 1000
#include "../eterImageLib/TGAImage.h"
#include "EterImageLib/TGAImage.h"
#include "TextureSet.h"
#include "TerrainType.h"

View File

@@ -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

View File

@@ -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
{