diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-06 06:43:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-06 06:43:23 +0000 |
commit | b7e2cc68839437e90f18730472c40c90913e710b (patch) | |
tree | ac6023e00b57fdbda2482aa11504881de9eae0aa /games/vamos/files | |
parent | upgrade to 4.3.22 (diff) |
upgrade to 0.2.2
Notes
Notes:
svn path=/head/; revision=60684
Diffstat (limited to 'games/vamos/files')
-rw-r--r-- | games/vamos/files/patch-body::Frame.cc | 10 | ||||
-rw-r--r-- | games/vamos/files/patch-include::vamos::body::Tire.h | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/games/vamos/files/patch-body::Frame.cc b/games/vamos/files/patch-body::Frame.cc deleted file mode 100644 index 5a9612f6925b..000000000000 --- a/games/vamos/files/patch-body::Frame.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- body/Frame.cc.orig Sat Mar 16 01:50:31 2002 -+++ body/Frame.cc Sat Mar 16 01:50:43 2002 -@@ -21,6 +21,7 @@ - #include <vamos/body/Frame.h> - #include <vamos/geometry/Conversions.h> - -+#include <cassert> - #include <cmath> - - using Vamos_Geometry::Three_Vector; diff --git a/games/vamos/files/patch-include::vamos::body::Tire.h b/games/vamos/files/patch-include::vamos::body::Tire.h deleted file mode 100644 index 44f9de9c0b63..000000000000 --- a/games/vamos/files/patch-include::vamos::body::Tire.h +++ /dev/null @@ -1,10 +0,0 @@ ---- include/vamos/body/Tire.h.orig Sat Mar 16 01:47:43 2002 -+++ include/vamos/body/Tire.h Sat Mar 16 01:47:47 2002 -@@ -24,7 +24,6 @@ - #include <vamos/geometry/Surface.h> - #include <vamos/geometry/Three_Vector.h> - #include <vamos/body/Component.h> --#include <vamos/body/Spring_Device.h> - #include <plib/sl.h> - - using Vamos_Geometry::Three_Vector; |