Files
2025-06-11 09:23:42 +09:00

13 lines
276 B
C

#ifndef __NT_MSG_H__
#define __NT_MSG_H__
void ntmsg_init();
void ntmsg_set_frame(int type);
void ntmsg_set_place(int type);
void ntmsg_newline();
void ntmsg_add(const char *msg);
int ntmsg_ana(void);
void ntmsg_update(sprite_t *sp, SDL_Rect *r);
#endif /* __NT_MSG_H__ */