#ifndef FOLDER_CLASS #define FOLDER_CLASS #include "Object.h" class Folder : public Object { }; #endif