1 /* $Id: stage-clear.h,v 1.2 2004/08/18 02:49:54 oohara Exp $ */
2 
3 #ifndef __DANGEN_STAGE_CLEAR_H__
4 #define __DANGEN_STAGE_CLEAR_H__
5 
6 #include "tenm_object.h"
7 
8 tenm_object *stage_clear_new(int t);
9 
10 #endif /* not __DANGEN_STAGE_CLEAR_H__ */
11