00001 #ifndef _playerwall_hh_ 00002 #define _playerwall_hh_ 00003 00004 #include "wall.hh" 00005 00006 namespace anoid { 00007 namespace plugin { 00008 namespace anoid { 00009 00010 class PlayerWall: public Wall { 00011 }; 00012 00013 }; 00014 }; 00015 }; 00016 00017 #endif