Compare commits

...

2 Commits

Author SHA1 Message Date
a522aa7af2 „.gitignore“ ändern 2019-06-12 17:48:52 +00:00
Sebastian Holzki
9fdbf7d639 Attraktor Konstruktor bearbeitet 2019-06-12 17:43:40 +02:00
2 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View File

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

View File

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