1 /* $Id: brilliance.h,v 1.4 2005/04/18 23:20:29 oohara Exp $ */
2 
3 #ifndef __DANGEN_BRILLIANCE_H__
4 #define __DANGEN_BRILLIANCE_H__
5 
6 #include "tenm_object.h"
7 
8 tenm_object *brilliance_new(double x, double y, int time_stay,
9                             int table_index);
10 
11 #endif /* not __DANGEN_BRILLIANCE_H__ */
12