12345678910111213141516 |
- $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"
|