1 /* $Id: info.h,v 1.4 2005/06/30 15:10:38 oohara Exp $ */
2 
3 #ifndef __DANGEN_INFO_H__
4 #define __DANGEN_INFO_H__
5 
6 #include "tenm_object.h"
7 
8 void clear_chain_scroll(void);
9 int show_chain(const tenm_object *player);
10 void clear_ship_scroll(void);
11 int show_ship(const tenm_object *player);
12 void clear_score_scroll(void);
13 int show_score(const tenm_object *player);
14 
15 #endif /* not __DANGEN_INFO_H__ */
16