This commit is contained in:
Tobias Lindner 2019-07-23 10:01:43 +00:00
parent 97391a42af
commit 4a1ff0dbb0
2 changed files with 31 additions and 0 deletions

9
src/XML_information.cpp Normal file
View File

@ -0,0 +1,9 @@
//
// XML_information.cpp
// Projekt_FORUM
//
// Created by Sebastian Holzki on 14.06.19.
//
#include "XML_information.hpp"

22
src/XML_information.hpp Normal file
View File

@ -0,0 +1,22 @@
//
// XML_information.hpp
// Projekt_FORUM
//
// Created by Sebastian Holzki on 14.06.19.
//
#pragma once
#include <stdio.h>
#include "ofxXmlSettings.h"
class XML_information {
public:
//ofxXmlSettings xmlParticleSystems;
//ofxXmlSettings xmlParticles; // ??? wo soll das hin ???
};