// | |||||
// XML_information.cpp | |||||
// Projekt_FORUM | |||||
// | |||||
// Created by Sebastian Holzki on 14.06.19. | |||||
// | |||||
#include "XML_information.hpp" | |||||
// | |||||
// 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 ??? | |||||
}; |