mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
float.h -> cfloat
This commit is contained in:
@ -66,7 +66,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsMatrix44.h"
|
||||
#include "plNetCommon/plNetCommon.h"
|
||||
|
||||
#include <float.h>
|
||||
#include <cfloat>
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
@ -47,7 +47,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "plPerspDirSlave.h"
|
||||
|
||||
#include <float.h>
|
||||
#include <cfloat>
|
||||
#include <cmath>
|
||||
|
||||
#ifdef HS_BUILD_FOR_WIN32
|
||||
|
@ -45,7 +45,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plShadowSlave.h"
|
||||
#include "plTweak.h"
|
||||
|
||||
#include <float.h>
|
||||
#include <cfloat>
|
||||
#include <cmath>
|
||||
|
||||
#ifdef HS_BUILD_FOR_WIN32
|
||||
|
@ -41,7 +41,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
|
||||
#include <algorithm>
|
||||
#include <float.h>
|
||||
#include <cfloat>
|
||||
#include "hsMatrix44.h"
|
||||
#include "hsGeometry3.h"
|
||||
#include "plNetClientMgr.h"
|
||||
|
@ -47,7 +47,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plNetMessage/plNetMessage.h"
|
||||
#include "plNetClient/plNetClientMgr.h"
|
||||
#include <algorithm>
|
||||
#include <float.h>
|
||||
#include <cfloat>
|
||||
|
||||
plNetTransport::~plNetTransport()
|
||||
{
|
||||
|
@ -39,7 +39,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
Mead, WA 99021
|
||||
|
||||
*==LICENSE==*/
|
||||
#include <float.h>
|
||||
#include <cfloat>
|
||||
#include "hsStream.h"
|
||||
#include "hsTimer.h"
|
||||
#include "plSDL.h"
|
||||
|
@ -45,7 +45,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
// See Gems IV, Ken Shoemake
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
#include <float.h> // for FLT_EPSILON
|
||||
#include <cfloat> // for FLT_EPSILON
|
||||
#include <cmath>
|
||||
#include "hsEuler.h"
|
||||
#include "hsQuat.h"
|
||||
|
@ -39,7 +39,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
Mead, WA 99021
|
||||
|
||||
*==LICENSE==*/
|
||||
#include <float.h>
|
||||
#include <cfloat>
|
||||
#include "hsTimer.h"
|
||||
#include "hsTemplates.h"
|
||||
#include "plClientUnifiedTime.h"
|
||||
|
@ -39,7 +39,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
Mead, WA 99021
|
||||
|
||||
*==LICENSE==*/
|
||||
#include <float.h>
|
||||
#include <cfloat>
|
||||
#include <cmath>
|
||||
#include "plUnifiedTime.h"
|
||||
#include "hsWindows.h"
|
||||
|
@ -50,7 +50,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
// Standard Library
|
||||
#include <algorithm>
|
||||
#include <float.h>
|
||||
#include <cfloat>
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
@ -50,7 +50,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "MaxComponent/plComponent.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <float.h>
|
||||
#include <cfloat>
|
||||
|
||||
#include <commdlg.h>
|
||||
#include <bmmlib.h>
|
||||
|
Reference in New Issue
Block a user