4c57601419
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.
19 lines
416 B
Text
19 lines
416 B
Text
$NetBSD: patch-an,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $
|
|
|
|
--- cmn/intel.cpp.orig 2003-11-27 15:17:02.000000000 -0800
|
|
+++ cmn/intel.cpp 2003-11-27 15:18:12.000000000 -0800
|
|
@@ -31,11 +31,10 @@
|
|
|
|
// Include Files
|
|
#include "stdafx.h"
|
|
-extern "C" {
|
|
- #include <string.h>
|
|
-}
|
|
+#include <cstring>
|
|
#if X11
|
|
-#include <strstream.h>
|
|
+#include <strstream>
|
|
+using namespace std;
|
|
#endif
|
|
#if WIN32
|
|
#include <strstrea.h>
|