comparison rogue4/rogue.h @ 51:a1dc75e38e73

rogue4: ported to autoconf.
author elwin
date Tue, 11 Oct 2011 15:20:40 +0000
parents 9535a08ddc39
children ec9db3bb6b0b
comparison
equal deleted inserted replaced
50:c9382913d6df 51:a1dc75e38e73
477 THING *find_mons(), *find_obj(), *get_item(), *new_item(), 477 THING *find_mons(), *find_obj(), *get_item(), *new_item(),
478 *new_thing(), *wake_monster(); 478 *new_thing(), *wake_monster();
479 479
480 struct room *roomin(); 480 struct room *roomin();
481 481
482 #include "config.h"
482 #include "extern.h" 483 #include "extern.h"
483 484
484 #ifndef PATH_MAX 485 #ifndef PATH_MAX
485 #define PATH_MAX _MAX_PATH 486 #define PATH_MAX _MAX_PATH
486 #endif 487 #endif