mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
math.h -> cmath
This commit is contained in:
@ -41,7 +41,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "hsKeys.h"
|
||||
#include "hsStream.h"
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
const int hsKeyFrame::kMaxFrameNumber = 65535;
|
||||
|
||||
|
@ -45,7 +45,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plController.h"
|
||||
#include "hsFastMath.h"
|
||||
#include "hsResMgr.h"
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
const float kSmallDelTime = 1.e-2f;
|
||||
const float kInvSmallDelTime = 1.f / kSmallDelTime;
|
||||
|
Reference in New Issue
Block a user