mirror of
https://github.com/pret/pmd-sky.git
synced 2026-07-24 12:30:35 -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
|