Download this file
1 2 3 4 5
#pragma once void ShowError(const WCHAR* message); void PrintDebugString(const char* format, ...); void PrintDebugString(const WCHAR* format, ...);