mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Convert custom HeadSpin integer types to standard types from stdint.h
This commit is contained in:
@ -46,7 +46,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsStream.h"
|
||||
#include "hsFastMath.h"
|
||||
|
||||
plCullPoly& plCullPoly::InitFromVerts(UInt32 f)
|
||||
plCullPoly& plCullPoly::InitFromVerts(uint32_t f)
|
||||
{
|
||||
fFlags = f;
|
||||
|
||||
|
Reference in New Issue
Block a user