#ifndef CONTENT_H #define CONTENT_H 1 class Content { public: virtual bool Render(); }; #endif