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