Compare commits

..

No commits in common. "XML_implementation" and "master" have entirely different histories.

2 changed files with 1 additions and 6 deletions

2
.gitignore vendored
View File

@ -32,7 +32,7 @@
*.DS_Store *.DS_Store
*.Makefile *.Makefile
Project.xcconfig Project.xcconfig
*.make
/makefile /makefile
*.xcodeproj *.xcodeproj
*.perspective *.perspective

View File

@ -31,11 +31,6 @@ ObjectPhysics::~ObjectPhysics()
Attraktor::Attraktor(){ Attraktor::Attraktor(){
emitting = false;
attracting = true;
cout << "Attraktor Konstruktor" << endl;
}; };