mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
56 lines
728 B
C++
56 lines
728 B
C++
|
|
void Util_UrlUnencode()
|
|
{
|
|
// TODO: Util_UrlUnencode L: 08049864
|
|
}
|
|
|
|
void Util_toupper()
|
|
{
|
|
// TODO: Util_toupper L: 08049948
|
|
}
|
|
|
|
void Util_stristr()
|
|
{
|
|
// TODO: Util_stristr W: 00401920 L: 0804997A
|
|
}
|
|
|
|
void Util_strupr()
|
|
{
|
|
// TODO: Util_strupr L: 08049A40
|
|
}
|
|
|
|
void Util_wildcmp()
|
|
{
|
|
// TODO: Util_wildcmp L: 08049A72
|
|
}
|
|
|
|
void Util_strnicmp()
|
|
{
|
|
// TODO: Util_strnicmp L: 08049B42
|
|
}
|
|
|
|
void Util_strrev()
|
|
{
|
|
// TODO: Util_strrev L: 08049BDC
|
|
}
|
|
|
|
void Util_itoa()
|
|
{
|
|
// TODO: Util_itoa L: 08049C60
|
|
}
|
|
|
|
void Util_Base64Encode()
|
|
{
|
|
// TODO: Util_Base64Encode L: 08049D8C
|
|
}
|
|
|
|
void FilterInvalidNickChars()
|
|
{
|
|
// TODO: FilterInvalidNickChars L: 08049E90
|
|
}
|
|
|
|
void CanFileBeOpenedForReading()
|
|
{
|
|
// TODO: CanFileBeOpenedForReading L: 08049EBA
|
|
}
|