Compare commits
2 Commits
master
...
XML_implem
Author | SHA1 | Date | |
---|---|---|---|
a522aa7af2 | |||
|
9fdbf7d639 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -32,7 +32,7 @@
|
||||
*.DS_Store
|
||||
*.Makefile
|
||||
Project.xcconfig
|
||||
*.make
|
||||
|
||||
/makefile
|
||||
*.xcodeproj
|
||||
*.perspective
|
||||
|
@ -31,6 +31,11 @@ ObjectPhysics::~ObjectPhysics()
|
||||
|
||||
Attraktor::Attraktor(){
|
||||
|
||||
|
||||
emitting = false;
|
||||
attracting = true;
|
||||
|
||||
cout << "Attraktor Konstruktor" << endl;
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user