#ifndef WORLD_H #define WORLD_H #include "worldobject.h" #include class World : public Collection { public: }; #endif