summaryrefslogtreecommitdiff
path: root/games/battleball/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'games/battleball/patches/patch-ad')
-rw-r--r--games/battleball/patches/patch-ad22
1 files changed, 18 insertions, 4 deletions
diff --git a/games/battleball/patches/patch-ad b/games/battleball/patches/patch-ad
index 57e80cd7eaa..f18ebe82197 100644
--- a/games/battleball/patches/patch-ad
+++ b/games/battleball/patches/patch-ad
@@ -1,8 +1,22 @@
-$NetBSD: patch-ad,v 1.3 2004/04/17 20:40:45 snj Exp $
+$NetBSD: patch-ad,v 1.4 2011/11/25 21:50:31 joerg Exp $
---- lib3d/xform.h.orig 2004-04-17 13:33:48.000000000 -0700
-+++ lib3d/xform.h 2004-04-17 13:35:07.000000000 -0700
-@@ -64,6 +64,7 @@ class tcomp {
+--- lib3d/xform.h.orig 1999-09-03 02:25:19.000000000 +0000
++++ lib3d/xform.h
+@@ -7,11 +7,12 @@
+ #define TRANSFORM_h
+
+
+-#include <iostream.h>
++#include <iostream>
+ #include "general.h"
+ #include "pt3d.h"
+ #include "ang3d.h"
+
++using namespace std;
+
+ //==========================================================================
+ // Transformation matrix classes
+@@ -64,6 +65,7 @@ class tcomp {
//===========================================================================
class tmtrx {