|
// stdafx.cpp : source file that includes just the standard includes
|
|
// PRTerrainLib.pch will be the pre-compiled header
|
|
// stdafx.obj will contain the pre-compiled type information
|
|
|
|
#include "stdafx.h"
|
|
|
|
/* Fast Float<->Integer conversion */
|
|
float PR_FCNV;
|
|
long PR_ICNV;
|
|
|