opnsense-ports/games/rtb/files/patch-include__Vector2D.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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