Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Scene.cpp « src - github.com/Ultimaker/CuraEngine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e13b25e61d5bd4897ad21988585084167f1cbdd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Copyright (c) 2018 Ultimaker B.V.
//CuraEngine is released under the terms of the AGPLv3 or higher.

#include "Scene.h"

namespace cura
{

Scene::Scene()
{
    //TODO.
}

} //namespace cura