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 ??? + +};