XEvil is a 3rd person, side-view, fast-action, kill-them-before-they-kill-you game. Fight against either computer-controlled enemies, or another player. You sinned in life. And now you must pay. Satan pits the recently deceased against each other to fight for rank in Hell. Your skill determines your fate for all eternity. This contest is known as XEvil.
14 lines
366 B
Text
14 lines
366 B
Text
$NetBSD: patch-at,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $
|
|
|
|
--- x11/serverping.cpp.orig 2003-11-27 15:33:36.000000000 -0800
|
|
+++ x11/serverping.cpp 2003-11-27 15:33:48.000000000 -0800
|
|
@@ -26,7 +26,8 @@
|
|
|
|
|
|
#include <iostream.h>
|
|
-#include <strstream.h>
|
|
+#include <strstream>
|
|
+using namespace std;
|
|
#include "utils.h"
|
|
#include "streams.h"
|
|
#include "xetp_basic.h"
|