|
1 |
| -/* $NetBSD: rogue.h,v 1.11 1999/09/13 17:14:08 jsm Exp $ */ |
| 1 | +/* $NetBSD: rogue.h,v 1.12 2001/02/05 01:04:25 christos Exp $ */ |
2 | 2 |
|
3 | 3 | /*
|
4 | 4 | * Copyright (c) 1988, 1993
|
@@ -602,7 +602,6 @@ void md_sleep __P((int));
|
602 | 602 | void md_slurp __P((void));
|
603 | 603 | void message __P((const char *, boolean));
|
604 | 604 | void mix_colors __P((void));
|
605 |
| -void mix_colors __P((void)); |
606 | 605 | void mix_random_rooms __P((void));
|
607 | 606 | int mon_can_go __P((const object *, int, int));
|
608 | 607 | int mon_damage __P((object *, short));
|
@@ -635,7 +634,6 @@ void place_at __P((object *, int, int));
|
635 | 634 | void plant_gold __P((int, int, boolean));
|
636 | 635 | void play_level __P((void));
|
637 | 636 | void player_init __P((void));
|
638 |
| -void player_init __P((void)); |
639 | 637 | void potion_heal __P((int));
|
640 | 638 | int pr_com_id __P((int));
|
641 | 639 | int pr_motion_char __P((int));
|
@@ -698,12 +696,10 @@ void sound_bell __P((void));
|
698 | 696 | void special_hit __P((object *));
|
699 | 697 | void srrandom __P((int));
|
700 | 698 | void start_window __P((void));
|
701 |
| -void start_window __P((void)); |
702 | 699 | void steal_gold __P((object *));
|
703 | 700 | void steal_item __P((object *));
|
704 | 701 | void sting __P((object *));
|
705 | 702 | void stop_window __P((void));
|
706 |
| -void stop_window __P((void)); |
707 | 703 | void take_a_nap __P((void));
|
708 | 704 | void take_from_pack __P((object *, object *));
|
709 | 705 | void take_off __P((void));
|
|
0 commit comments