#pragma once void ShowError(const WCHAR* message); void PrintDebugString(const char* format, ...); void PrintDebugString(const WCHAR* format, ...);