pmd-sky/tools/compstatic/print.h
AnonymousRandomPerson 608e361e57 Initialized base repo
2023-06-28 23:35:19 -04: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