#include "ToshiPCH.h"
#include "Toshi/Platform.h"
#include "Toshi/TString8.h"
#include "Toshi/TString16.h"
#include "Toshi/T2String.h"
#include "ToshiTools/T2DynamicVector.h"
#include <Windows.h>
#include "Core/TMemoryDebugOn.h"
Go to the source code of this file.
Namespaces | |
namespace | Toshi |
Functions | |
void | Toshi::ThreadSleep (TUINT dwMilliseconds) |
void | Toshi::FixPathSlashes (TString8 &a_rPath) |
void | Toshi::FixPathSlashesBack (TString8 &a_rPath) |
TString8 | Toshi::Platform_UnicodeToUTF8 (const TWCHAR *a_wszUnicodeString) |
TString16 | Toshi::Platform_UTF8ToUnicode (const TCHAR *a_pchUTF8String) |