#include "Level.hpp" LevelWrapperObject::~LevelWrapperObject() { for (auto child : GetChildren()) { FreeRecursive(child); } }