patch-cmn_locator_h 596 B

12345678910111213141516171819202122232425262728
  1. $OpenBSD: patch-cmn_locator_h,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $
  2. --- cmn/locator.h.orig Sat Mar 22 20:35:30 2003
  3. +++ cmn/locator.h Fri Dec 7 14:48:13 2007
  4. @@ -47,8 +47,10 @@ the world. */
  5. // Include Files
  6. -#include <iostream.h>
  7. +#include <iostream>
  8. +using namespace std;
  9. +
  10. #include "utils.h"
  11. #include "coord.h"
  12. #include "id.h"
  13. @@ -96,6 +98,11 @@ class SoundRequest;
  14. #define OL_RECENT_SOUNDS_MAX 30
  15. +class OLgridEntry;
  16. +#if X11
  17. +class OLshadowEntry;
  18. +#endif
  19. +
  20. // An entry for one object in the list of all objects currently in the game.
  21. class OLentry {