#pragma once
#ifndef _INC_DEBUG
#define _INC_DEBUG

#include <windows.h>
#include <stdio.h>

void _OutputDebugString(wchar_t* lpOutputString, ...);
#endif