mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 16:24:35 +01:00
Move Mac-only str handling functions to Platform (#10264)
This commit is contained in:
committed by
Michael Steenbeek
parent
e87607fa6d
commit
c4a865384e
@@ -44,6 +44,16 @@ namespace Platform
|
||||
Guard::Assert(false, "GetCurrentExecutablePath() not implemented for Android.");
|
||||
return std::string();
|
||||
}
|
||||
|
||||
uintptr_t StrDecompToPrecomp(utf8* input)
|
||||
{
|
||||
return reinterpret_cast<uintptr_t>(input);
|
||||
}
|
||||
|
||||
bool HandleSpecialCommandLineArgument(const char* argument)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
} // namespace Platform
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user