Plasma Engine  2.0
Loading...
Searching...
No Matches
PathUtils_inl.h
1#pragma once
2
3PL_ALWAYS_INLINE bool plPathUtils::IsPathSeparator(plUInt32 c)
4{
5 return (c == '/' || c == '\\');
6}
static bool IsPathSeparator(plUInt32 c)
Returns whether c is any known path separator.
Definition PathUtils_inl.h:3