mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 05:14:21 -05:00
8 lines
138 B
C
8 lines
138 B
C
#ifndef PRINT_H
|
|
#define PRINT_H
|
|
|
|
void DebugPrintf(const char *format, ...);
|
|
void ErrorPrintf(const char *format, ...);
|
|
|
|
#endif // PRINT_H
|