FastVideoDSPlayer/arm7/source/isdprint.h
2022-09-30 13:18:16 +02:00

10 lines
165 B
C

#pragma once
// #define PRINT_DEBUG
#ifdef PRINT_DEBUG
void isnd_printchar(char c);
void isnd_initPrint();
void isnd_printf(const char *fmt, ...);
#endif