DEBSOURCES
Skip Quicknav
sources / pacman / 10-21 / staticel.h
12345678910111213
#ifndef __staticel_h_ #define __staticel_h_ #include"element.h" class StaticElement : public Element { public: }; #endif