mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 16:46:08 +00:00
Minor CSfxManager fixes and renames
This commit is contained in:
@@ -68,7 +68,7 @@ inline int FtoL(float in) { return static_cast< int >(in); }
|
||||
inline float LtoF(int in) { return static_cast< float >(in); }
|
||||
inline float ToReal32(int in) { return static_cast< float >(in); }
|
||||
inline int ToInt32(float in) { return static_cast< int >(in); }
|
||||
inline unsigned short ToUint16(unsigned short in) { return static_cast< short >(in); }
|
||||
inline unsigned short ToUint16(short in) { return static_cast<unsigned short >(in); }
|
||||
inline char ToChar(int c) { return ToUint8(c); }
|
||||
} // namespace CCast
|
||||
|
||||
|
||||
Reference in New Issue
Block a user