OpenBarnyard
 
Loading...
Searching...
No Matches
Platform.h File Reference

Go to the source code of this file.

Enumerations

enum class  Platform { Wii , Unk2 , PC , Unk3 }
 

Functions

void ThreadSleep (TUINT dwMilliseconds)
 
void FixPathSlashes (TString8 &a_rPath)
 
void FixPathSlashesBack (TString8 &a_rPath)
 
TString8 Platform_UnicodeToUTF8 (const TWCHAR *a_wszUnicodeString)
 
TString16 Platform_UTF8ToUnicode (const TCHAR *a_pchUTF8String)
 

Enumeration Type Documentation

◆ Platform

enum class Platform
strong
Enumerator
Wii 
Unk2 
PC 
Unk3 

Definition at line 8 of file Platform.h.

9{
10 Wii,
11 Unk2,
12 PC,
13 Unk3
14};

Function Documentation

◆ FixPathSlashes()

void FixPathSlashes ( TString8 & a_rPath)

◆ FixPathSlashesBack()

void FixPathSlashesBack ( TString8 & a_rPath)

◆ Platform_UnicodeToUTF8()

TString8 Platform_UnicodeToUTF8 ( const TWCHAR * a_wszUnicodeString)

◆ Platform_UTF8ToUnicode()

TString16 Platform_UTF8ToUnicode ( const TCHAR * a_pchUTF8String)

◆ ThreadSleep()

void ThreadSleep ( TUINT dwMilliseconds)