summaryrefslogtreecommitdiff
path: root/games/rtb/files/patch-include__Vector2D.h
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-06-20 14:18:36 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-06-20 14:18:36 +0000
commit232e7b10ca42e1b2a636c79804aa44a9ab3b893e (patch)
tree929d6709e7f3d10109227548167330f7872183e6 /games/rtb/files/patch-include__Vector2D.h
parent- Update to 1.5.4 (diff)
- Fix build with gcc 4.2
PR: 113771 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=193971
Diffstat (limited to 'games/rtb/files/patch-include__Vector2D.h')
-rw-r--r--games/rtb/files/patch-include__Vector2D.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/rtb/files/patch-include__Vector2D.h b/games/rtb/files/patch-include__Vector2D.h
new file mode 100644
index 000000000000..931499d39b07
--- /dev/null
+++ b/games/rtb/files/patch-include__Vector2D.h
@@ -0,0 +1,12 @@
+--- include/Vector2D.h.orig Wed Mar 30 02:37:13 2005
++++ include/Vector2D.h Thu Jun 14 13:19:11 2007
+@@ -24,6 +24,9 @@
+
+ using namespace std;
+
++class Vector2D;
++Vector2D angle2vec(const double);
++
+ class Vector2D
+ {
+ public: