summaryrefslogblamecommitdiff
path: root/games/battleball/files/patch-lib3d-xform.h
blob: bca2ac7076d741eda2ab31ce4b29c66d5a1df928 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                              
--- lib3d/xform.h.orig	Fri Jul 18 17:28:08 2003
+++ lib3d/xform.h	Fri Jul 18 17:26:11 2003
@@ -64,6 +64,7 @@
 
 //===========================================================================
 class tmtrx {
+  friend struct player;
   typedef double fourby3[4][3];
   fourby3 m;