aboutsummaryrefslogtreecommitdiff
path: root/source/Level.cpp
blob: 71a7473f32dc4b712bedc2503536a67b6a112521 (plain)
1
2
3
4
5
6
7
#include "Level.hpp"

LevelWrapperObject::~LevelWrapperObject() {
	for (auto child : GetChildren()) {
		FreeRecursive(child);
	}
}