Files
taverne-client-source/source/PRTerrainLib/StdAfx.cpp
T

11 lines
280 B
C++

// 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;