mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
16 lines
230 B
C
16 lines
230 B
C
#ifndef TRK_USER_PUT
|
|
#define TRK_USER_PUT
|
|
#include "types.h"
|
|
#include "TRK/trk.h"
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
TRKResult usr_put_initialize();
|
|
TRKResult usr_puts_serial(const char*);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|