mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
16 lines
206 B
C
16 lines
206 B
C
#ifndef _LOGPRINT_
|
|
#define _LOGPRINT_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void miya_log_fprintf(FSFile *fd, const char *fmt, ...);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
|
|
#endif /* _LOGPRINT_ */
|