mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-24 15:00:59 -04:00
19 lines
278 B
C
19 lines
278 B
C
#ifndef M_NPC_H
|
|
#define M_NPC_H
|
|
|
|
#include "types.h"
|
|
#include "libu64/gfxprint.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern void mNpc_PrintRemoveInfo(gfxprint_t* gfxprint);
|
|
extern void mNpc_PrintFriendship_fdebug(gfxprint_t* gfxprint);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|