pokeheartgold/tools/compstatic/print.h
2022-04-25 18:07:40 +00:00

8 lines
138 B
C

#ifndef PRINT_H
#define PRINT_H
void DebugPrintf(const char *format, ...);
void ErrorPrintf(const char *format, ...);
#endif // PRINT_H