patch-cmn_game_h 344 B

12345678910111213141516
  1. $OpenBSD: patch-cmn_game_h,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $
  2. --- cmn/game.h.orig Fri Dec 7 14:02:32 2007
  3. +++ cmn/game.h Fri Dec 7 14:03:58 2007
  4. @@ -35,7 +35,10 @@
  5. extern "C" {
  6. #include <time.h>
  7. }
  8. -#include <iostream.h>
  9. +#include <iostream>
  10. +
  11. +using namespace std;
  12. +
  13. #include "utils.h"
  14. #include "ui.h"
  15. #include "world.h"