blob: 57e80cd7eaa6a61b6601e317b749883304d9a9cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ad,v 1.3 2004/04/17 20:40:45 snj 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 {
//===========================================================================
class tmtrx {
+ friend struct player;
typedef double fourby3[4][3];
fourby3 m;
|