Move similar/main/fvi.c -> similar/main/fvi.cpp

This commit is contained in:
Kp 2012-11-11 22:12:51 +00:00
parent 782372d6b8
commit 6f152aa016
2 changed files with 4 additions and 2 deletions

View file

@ -760,7 +760,7 @@ class DXXProgram(DXXCommon):
'main/credits.cpp',
'main/digiobj.cpp',
'main/effects.cpp',
'main/fvi.c',
'main/fvi.cpp',
'main/game.c',
'main/gamecntl.c',
'main/gamefont.c',

View file

@ -17,7 +17,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
*
*/
#include <algorithm>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -35,6 +35,8 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include "piggy.h"
#include "player.h"
using std::min;
#define face_type_num(nfaces,face_num,tri_edge) ((nfaces==1)?0:(tri_edge*2 + face_num))
//find the point on the specified plane where the line intersects