MLIB
Loading...
Searching...
No Matches
dprintf.h
Go to the documentation of this file.
1#pragma once
8#define MAX_DPRINTF_CHARS 1024
9bool dprintf (const char* fmt, ...);
bool dprintf(const char *fmt,...)
printf style function writes messages using OutputDebugString.
Definition dprintf.cpp:37