1 /* $Id: tenmado.h,v 1.9 2004/10/07 14:09:32 oohara Exp $ */
2 
3 #ifndef __DANGEN_TENMADO_H__
4 #define __DANGEN_TENMADO_H__
5 
6 #include "tenm_object.h"
7 
8 tenm_object *tenmado_new(double x, double y, int n, double dx, int t,
9                          int table_index, int t_shoot);
10 
11 #endif /* not __DANGEN_TENMADO_H__ */
12