planet-strike/JM_DEBUG.H
2013-07-08 00:00:00 +00:00

24 lines
No EOL
705 B
C

#ifndef _JM_DEBUG_H_
#define _JM_DEBUG_H_
//-------------------------------------------------------------------------
// defines
//-------------------------------------------------------------------------
#if IN_DEVELOPMENT
#define __MPRINTF__
#endif
//-------------------------------------------------------------------------
// typedefs
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
// Function prototypes
//-------------------------------------------------------------------------
void mclear(void);
void mprintf(char *msg, ...);
void fmprint(char far *text);
#endif