1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

math.h -> cmath

This commit is contained in:
Darryl Pogue
2013-01-28 23:23:07 -08:00
parent b01aab4a39
commit 29bc092cff
21 changed files with 24 additions and 24 deletions

View File

@ -47,7 +47,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plFogEnvironment.h"
#include <math.h>
#include <cmath>
#include "plTweak.h"
//// Constructors & Destructor ///////////////////////////////////////////////

View File

@ -44,7 +44,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plVertCoder.h"
#include "hsStream.h"
#include <math.h>
#include <cmath>
#include "plGBufferGroup.h"
const float kPosQuantum = 1.f / float(1 << 10);