Browse Source

upload

praese
Tobias Lindner 4 years ago
parent
commit
4a1ff0dbb0
2 changed files with 31 additions and 0 deletions
  1. 9
    0
      src/XML_information.cpp
  2. 22
    0
      src/XML_information.hpp

+ 9
- 0
src/XML_information.cpp View File

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

#include "XML_information.hpp"


+ 22
- 0
src/XML_information.hpp 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 ???

};

Loading…
Cancel
Save