forked from Tr0n/client
Solution refactoring and restructuring, removed Boost dependency, removed unused tools
This commit is contained in:
10
src/PRTerrainLib/StdAfx.cpp
Normal file
10
src/PRTerrainLib/StdAfx.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
// 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;
|
||||
|
Reference in New Issue
Block a user