upload
This commit is contained in:
parent
97391a42af
commit
4a1ff0dbb0
9
src/XML_information.cpp
Normal file
9
src/XML_information.cpp
Normal 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
22
src/XML_information.hpp
Normal 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 ???
|
||||||
|
|
||||||
|
};
|
Loading…
x
Reference in New Issue
Block a user