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

github.com/Ultimaker/CuraEngine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2018-07-24 14:06:51 +0300
committerGhostkeeper <rubend@tutanota.com>2018-07-24 14:06:51 +0300
commit3d686756e6aa16d8415fae20ff8b523437a642c1 (patch)
tree0c5f50a1c6476426263efca2457e9d91d199c658 /src/Scene.cpp
parentb8936fbff06c46e571b2c0267c769d3e58aad67c (diff)
Add Scene object
I am starting to doubt the choice to make this separate from the Slice object... Contributes to issue CURA-4410.
Diffstat (limited to 'src/Scene.cpp')
-rw-r--r--src/Scene.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Scene.cpp b/src/Scene.cpp
new file mode 100644
index 000000000..e13b25e61
--- /dev/null
+++ b/src/Scene.cpp
@@ -0,0 +1,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 \ No newline at end of file