aboutsummaryrefslogtreecommitdiffstats
path: root/games/xevil/files/patch-cmn__locator.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/xevil/files/patch-cmn__locator.h')
-rw-r--r--games/xevil/files/patch-cmn__locator.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/xevil/files/patch-cmn__locator.h b/games/xevil/files/patch-cmn__locator.h
new file mode 100644
index 000000000000..68d27544fc5f
--- /dev/null
+++ b/games/xevil/files/patch-cmn__locator.h
@@ -0,0 +1,20 @@
+--- cmn/locator.h.orig 2012-05-27 06:52:31.000000000 +0900
++++ cmn/locator.h 2012-05-27 06:53:11.000000000 +0900
+@@ -47,7 +47,7 @@
+
+
+ // Include Files
+-#include <iostream.h>
++#include <iostream>
+
+ #include "utils.h"
+ #include "coord.h"
+@@ -96,6 +96,8 @@
+ #define OL_RECENT_SOUNDS_MAX 30
+
+
++class OLgridEntry;
++class OLshadowEntry;
+
+ // An entry for one object in the list of all objects currently in the game.
+ class OLentry {