mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
19 lines
251 B
C
19 lines
251 B
C
#ifndef TRK_NUBINIT
|
|
#define TRK_NUBINIT
|
|
#include "types.h"
|
|
#include "TRK/trk.h"
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
TRKResult TRKInitializeNub(void);
|
|
TRKResult TRKTerminateNub(void);
|
|
void TRKNubWelcome(void);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|