Quelcode des Partikelsystems Boden
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

XML_information.hpp 301B

12345678910111213141516171819202122
  1. //
  2. // XML_information.hpp
  3. // Projekt_FORUM
  4. //
  5. // Created by Sebastian Holzki on 14.06.19.
  6. //
  7. #pragma once
  8. #include <stdio.h>
  9. #include "ofxXmlSettings.h"
  10. class XML_information {
  11. public:
  12. //ofxXmlSettings xmlParticleSystems;
  13. //ofxXmlSettings xmlParticles; // ??? wo soll das hin ???
  14. };