/* (C) 2003 XDA Developers * Author: Willem Jan Hengeveld * Web: http://www.xda-developers.com/ * * $Header$ */ #ifndef __DEBUG_H__ #include void debug(char *msg, ...); void tdebug(TCHAR *msg, ...); void error(char *msg, ...); void hexdump(DWORD dwOffset, BYTE *buf, int nLength, int nDumpUnitSize, int nMaxUnitsPerLine); #define __DEBUG_H__ #endif