332a050729
- fix HOMEPAGE and MASTER_SITES
16 lines
344 B
Plaintext
16 lines
344 B
Plaintext
$OpenBSD: patch-cmn_game_h,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $
|
|
--- cmn/game.h.orig Fri Dec 7 14:02:32 2007
|
|
+++ cmn/game.h Fri Dec 7 14:03:58 2007
|
|
@@ -35,7 +35,10 @@
|
|
extern "C" {
|
|
#include <time.h>
|
|
}
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
+
|
|
+using namespace std;
|
|
+
|
|
#include "utils.h"
|
|
#include "ui.h"
|
|
#include "world.h"
|