#ifndef LEVEL_H_ #define LEVEL_H_ #include "Room.h" #include class Level : public std::vector { }; #endif /*LEVEL_H_*/