summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-al
blob: ac66809a07306cd9f7439a259510ff5d4bc54d4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$NetBSD: patch-al,v 1.2 2007/11/07 14:00:54 rillig Exp $

--- cmn/locator.h.orig	2003-03-22 20:35:30.000000000 +0100
+++ cmn/locator.h	2007-11-07 14:57:37.000000000 +0100
@@ -47,7 +47,8 @@ the world. */
 
 
 // Include Files
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 
 #include "utils.h"
 #include "coord.h"
@@ -96,6 +97,10 @@ class SoundRequest;
 #define OL_RECENT_SOUNDS_MAX 30
 
 
+class OLgridEntry;
+#if X11
+class OLshadowEntry;
+#endif
 
 // An entry for one object in the list of all objects currently in the game.
 class OLentry {