1 /* $Id: wall-11.h,v 1.2 2004/12/12 16:09:06 oohara Exp $ */
2 
3 #ifndef __DANGEN_WALL_11_H__
4 #define __DANGEN_WALL_11_H__
5 
6 #include "tenm_object.h"
7 
8 tenm_object *wall_11_new(double x, double y, double speed, int theta,
9                          int t_shoot);
10 
11 #endif /* not __DANGEN_WALL_11_H__ */
12