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
*.Makefile
Project.xcconfig
*.make
/makefile
*.xcodeproj
*.perspective

View File

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