#ifndef COMPONENT_H #define COMPONENT_H class Component { public: Component(); }; #endif // COMPONENT_H