From 4a1ff0dbb0e852b3be1b7c739242c5d2535203a5 Mon Sep 17 00:00:00 2001 From: Tobias Lindner Date: Tue, 23 Jul 2019 10:01:43 +0000 Subject: [PATCH] upload --- src/XML_information.cpp | 9 +++++++++ src/XML_information.hpp | 22 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 src/XML_information.cpp create mode 100644 src/XML_information.hpp diff --git a/src/XML_information.cpp b/src/XML_information.cpp new file mode 100644 index 0000000..1e2e2dc --- /dev/null +++ b/src/XML_information.cpp @@ -0,0 +1,9 @@ +// +// XML_information.cpp +// Projekt_FORUM +// +// Created by Sebastian Holzki on 14.06.19. +// + +#include "XML_information.hpp" + diff --git a/src/XML_information.hpp b/src/XML_information.hpp new file mode 100644 index 0000000..321c05e --- /dev/null +++ b/src/XML_information.hpp @@ -0,0 +1,22 @@ +// +// XML_information.hpp +// Projekt_FORUM +// +// Created by Sebastian Holzki on 14.06.19. +// + +#pragma once + +#include +#include "ofxXmlSettings.h" + + + +class XML_information { + +public: + +//ofxXmlSettings xmlParticleSystems; +//ofxXmlSettings xmlParticles; // ??? wo soll das hin ??? + +};