summaryrefslogtreecommitdiff
path: root/src/kshape.h
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-08-07 02:38:43 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commit455f56573ef8378ad1297970829e227c80525959 (patch)
tree39a28f1f2d662bdae5ac714c8dde177afabf5ab9 /src/kshape.h
parent422e7c385b8201388bbaeabc09db402ac99ec93f (diff)
More warning cleanups.
Removed a few unused files.
Diffstat (limited to 'src/kshape.h')
-rw-r--r--src/kshape.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/kshape.h b/src/kshape.h
index dc38e33..3f74956 100644
--- a/src/kshape.h
+++ b/src/kshape.h
@@ -30,7 +30,6 @@ typedef struct
/* fog component */
unsigned char Fog;
-
} RENDERVERTEX;
@@ -87,7 +86,6 @@ enum LIGHTING_MODEL_ID
};
-
extern void InitialiseLightIntensityStamps(void);
extern int FindHeatSourcesInHModel(DISPLAYBLOCK *dispPtr);
@@ -100,7 +98,6 @@ extern void TranslatePointIntoViewspace(VECTORCH *pointPtr);
extern void CheckRenderStatesForModule(MODULE *modulePtr);
-
extern void RenderDecal(DECAL *decalPtr);
extern void RenderParticle(PARTICLE *particlePtr);
@@ -125,4 +122,4 @@ extern int MirroringActive;
extern int MirroringAxis;
#endif
-#endif \ No newline at end of file
+#endif