6 lines
85 B
C
6 lines
85 B
C
|
#ifndef DEBUG_H
|
||
|
#define DEBUG_H
|
||
|
|
||
|
extern void Printf(const char *format, ...);
|
||
|
|
||
|
#endif
|