#include "layer.hpp" using namespace flat; FlatLayer::FlatLayer(FlatLayer *parent) { } FlatLayer::~FlatLayer() { }