#pragma once #include uint32_t AsciiToHex(char * HexValue); void DisplayError(char * Message, ...); extern DEBUG_INFO DebugInfo; extern void * hinstDLL;