DEBSOURCES
Skip Quicknav
sources / pacman / 10-21 / t270.h
12345678910111213
#ifndef __t270_h_ #define __t270_h_ #include"twall.h" class T270 : public T_Wall { public: T270(); }; #endif