aboutsummaryrefslogtreecommitdiff
path: root/backend/ObjectFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ObjectFactory.cpp')
-rw-r--r--backend/ObjectFactory.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/ObjectFactory.cpp b/backend/ObjectFactory.cpp
new file mode 100644
index 0000000..efb7742
--- /dev/null
+++ b/backend/ObjectFactory.cpp
@@ -0,0 +1,6 @@
+#include "ObjectFactory.h"
+
+Object * ObjectFactory::create_object() {
+ return new Object();
+}
+