1 /* $Id: wall-8.h,v 1.3 2004/10/25 12:09:44 oohara Exp $ */
2 
3 #ifndef __DANGEN_WALL_8_H__
4 #define __DANGEN_WALL_8_H__
5 
6 #include "tenm_object.h"
7 
8 tenm_object *wall_8_new(double x, double y, int what, int t);
9 
10 #endif /* not __DANGEN_WALL_8_H__ */
11