e22a437a96
Extra qualification removed.
25 lines
565 B
Text
25 lines
565 B
Text
$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 {
|