b87ad4546b
PR: 58876 Submitted by: Ports Fury
12 lines
262 B
C
12 lines
262 B
C
--- cmn/game.h.dist Sat Mar 22 20:44:32 2003
|
|
+++ cmn/game.h Sat Oct 25 21:40:54 2003
|
|
@@ -35,7 +35,8 @@
|
|
extern "C" {
|
|
#include <time.h>
|
|
}
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
+using namespace std;
|
|
#include "utils.h"
|
|
#include "ui.h"
|
|
#include "world.h"
|