dbgprint.h

Go to the documentation of this file.
00001 /**********************************************************************
00002  *<
00003     FILE: dbgprint.cpp
00004 
00005     DESCRIPTION: Simple Debug Print Function
00006 
00007     CREATED BY: Tom Hudson
00008 
00009     HISTORY: Created 3 July 1995
00010 
00011  *> Copyright (c) 1995, All Rights Reserved.
00012  **********************************************************************/
00013 
00014 #pragma once
00015 #include "utilexp.h"
00016 #include "strbasic.h"
00017 
00018 UtilExport void DebugPrint(const MCHAR* format, ...);
00019