[go: up one dir, main page]

Menu

[3129c8]: / utils.h  Maximize  Restore  History

Download this file

7 lines (4 with data), 156 Bytes

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