1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/games/rtb/files/patch-include__Vector2D.h
Martin Wilke 232e7b10ca - Fix build with gcc 4.2
PR:		113771
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-06-20 14:18:36 +00:00

13 lines
227 B
C++

--- 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: