summaryrefslogtreecommitdiff
path: root/src/kshape.h
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-12-18 02:23:39 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commit95b8b49b7602e4e2d3cd9e38273fa94451bec780 (patch)
tree2680f7beffc79957bb057cb018d4d7bc5c8ff2a3 /src/kshape.h
parentabab1011ac9f80ca3b734bd70415ff255965441b (diff)
More Warning cleanups (Tim Beckmann)
Diffstat (limited to 'src/kshape.h')
-rw-r--r--src/kshape.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kshape.h b/src/kshape.h
index 3f74956..4361e7f 100644
--- a/src/kshape.h
+++ b/src/kshape.h
@@ -93,6 +93,7 @@ extern int FindHeatSourcesInHModel(DISPLAYBLOCK *dispPtr);
extern void TranslationSetup(void);
extern void TranslatePointIntoViewspace(VECTORCH *pointPtr);
+void TranslatePoint(float *source, float *dest, float *matrix);
extern void CheckRenderStatesForModule(MODULE *modulePtr);