Compare commits
No commits in common. "XML_implementation" and "master" have entirely different histories.
XML_implem
...
master
2
.gitignore
vendored
2
.gitignore
vendored
@ -32,7 +32,7 @@
|
|||||||
*.DS_Store
|
*.DS_Store
|
||||||
*.Makefile
|
*.Makefile
|
||||||
Project.xcconfig
|
Project.xcconfig
|
||||||
|
*.make
|
||||||
/makefile
|
/makefile
|
||||||
*.xcodeproj
|
*.xcodeproj
|
||||||
*.perspective
|
*.perspective
|
||||||
|
@ -31,11 +31,6 @@ ObjectPhysics::~ObjectPhysics()
|
|||||||
|
|
||||||
Attraktor::Attraktor(){
|
Attraktor::Attraktor(){
|
||||||
|
|
||||||
|
|
||||||
emitting = false;
|
|
||||||
attracting = true;
|
|
||||||
|
|
||||||
cout << "Attraktor Konstruktor" << endl;
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user