1 /* $Id: plan-0.h,v 1.4 2005/07/07 11:46:55 oohara Exp $ */
2 
3 #ifndef __DANGEN_PLAN_0_H__
4 #define __DANGEN_PLAN_0_H__
5 
6 #include "tenm_object.h"
7 
8 int plan_0(int t);
9 int plan_0_more_1_easter_egg(tenm_object *my);
10 
11 #endif /* not __DANGEN_PLAN_0_H__ */
12