Converted TranslatePoint to C.

This commit is contained in:
Steven Fuller 2003-05-21 03:38:50 +00:00 committed by Patryk Obara
parent 877a2f9b7c
commit d0484e7829
3 changed files with 16 additions and 11 deletions

View file

@ -94,8 +94,6 @@ 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);