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:
@ -70,7 +70,7 @@ protected:
|
||||
void IPutCurrentStateIn(plStateDataRecord* dstState);
|
||||
void ISetCurrentStateFrom(const plStateDataRecord* srcState);
|
||||
|
||||
UInt32 IApplyModFlags(UInt32 sendFlags);
|
||||
uint32_t IApplyModFlags(uint32_t sendFlags);
|
||||
|
||||
public:
|
||||
CLASSNAME_REGISTER( plAGMasterSDLModifier);
|
||||
|
Reference in New Issue
Block a user