cloth
changeset 1:76d4b3e8e941
ksefyge
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 11 Feb 2013 19:48:47 +0200 |
parents | 92983e143a03 |
children | 2eac424f58b2 |
files | src/simworld.h |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/src/simworld.h Mon Feb 11 19:40:36 2013 +0200 1.2 +++ b/src/simworld.h Mon Feb 11 19:48:47 2013 +0200 1.3 @@ -21,8 +21,6 @@ 1.4 public: 1.5 SimWorld(); 1.6 1.7 - void set_bounds(float xmin, float xmax, float ymin, float ymax); 1.8 - 1.9 void set_gravity(const Vector3 &f); 1.10 1.11 void add_particle(Particle *p);