mirror of
https://github.com/kichikuou/xsystem35-sdl2.git
synced 2026-09-28 01:37:58 +03:00
13 lines
328 B
C
13 lines
328 B
C
#ifndef __NT_MSG_H__
|
|
#define __NT_MSG_H__
|
|
|
|
extern void ntmsg_init();
|
|
extern void ntmsg_set_frame(int type);
|
|
extern void ntmsg_set_place(int type);
|
|
extern void ntmsg_newline();
|
|
extern void ntmsg_add(const char *msg);
|
|
extern int ntmsg_ana(void);
|
|
extern int ntmsg_update(sprite_t *sp, MyRectangle *r);
|
|
|
|
#endif /* __NT_MSG_H__ */
|