summaryrefslogtreecommitdiffstats
path: root/engine/layer.cpp
blob: 07a92708ca943a6f2d0358c2165755b932aced7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "layer.hpp"

FlatLayer::FlatLayer(FlatLayer *parent)
{

}

FlatLayer::~FlatLayer()
{

}