root/trunk/src/angband.h
| Revision 918, 1.9 kB (checked in by takkaria, 2 months ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | /* File: angband.h */ |
| 2 | |
| 3 | /* |
| 4 | * Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke |
| 5 | * |
| 6 | * This software may be copied and distributed for educational, research, |
| 7 | * and not for profit purposes provided that this copyright and statement |
| 8 | * are included in all such copies. Other copyrights may also apply. |
| 9 | */ |
| 10 | |
| 11 | #ifndef INCLUDED_ANGBAND_H |
| 12 | #define INCLUDED_ANGBAND_H |
| 13 | |
| 14 | /* |
| 15 | * Include the low-level includes. |
| 16 | */ |
| 17 | #include "h-basic.h" |
| 18 | |
| 19 | /* |
| 20 | * Include the mid-level includes. |
| 21 | */ |
| 22 | #include "z-file.h" |
| 23 | #include "z-form.h" |
| 24 | #include "z-util.h" |
| 25 | #include "z-virt.h" |
| 26 | #include "z-rand.h" |
| 27 | #include "z-term.h" |
| 28 | #include "z-quark.h" |
| 29 | #include "z-msg.h" |
| 30 | |
| 31 | /* |
| 32 | * Include the high-level includes. |
| 33 | */ |
| 34 | #include "config.h" |
| 35 | #include "defines.h" |
| 36 | #include "option.h" |
| 37 | #include "types.h" |
| 38 | #include "ui.h" |
| 39 | #include "z-type.h" |
| 40 | #include "object.h" |
| 41 | #include "externs.h" |
| 42 | |
| 43 | |
| 44 | /***** Some older copyright messages follow below *****/ |
| 45 | |
| 46 | |
| 47 | /* |
| 48 | * Note that these copyright messages apply to an ancient version |
| 49 | * of Angband, as in, from pre-2.4.frog-knows days, and thus the |
| 50 | * references to version numbers may be rather misleading... |
| 51 | */ |
| 52 | |
| 53 | /* |
| 54 | * UNIX ANGBAND Version 5.0 |
| 55 | */ |
| 56 | |
| 57 | /* Original copyright message follows. */ |
| 58 | |
| 59 | /* |
| 60 | * ANGBAND Version 4.8 COPYRIGHT (c) Robert Alan Koeneke |
| 61 | * |
| 62 | * I lovingly dedicate this game to hackers and adventurers |
| 63 | * everywhere... |
| 64 | * |
| 65 | * Designer and Programmer: |
| 66 | * Robert Alan Koeneke |
| 67 | * University of Oklahoma |
| 68 | * |
| 69 | * Assistant Programmer: |
| 70 | * Jimmey Wayne Todd |
| 71 | * University of Oklahoma |
| 72 | * |
| 73 | * Assistant Programmer: |
| 74 | * Gary D. McAdoo |
| 75 | * University of Oklahoma |
| 76 | * |
| 77 | * UNIX Port: |
| 78 | * James E. Wilson |
| 79 | * UC Berkeley |
| 80 | * wilson@ernie.Berkeley.EDU |
| 81 | * ucbvax!ucbernie!wilson |
| 82 | */ |
| 83 | |
| 84 | /* |
| 85 | * ANGBAND may be copied and modified freely as long as the above |
| 86 | * credits are retained. No one who-so-ever may sell or market |
| 87 | * this software in any form without the expressed written consent |
| 88 | * of the author Robert Alan Koeneke. |
| 89 | */ |
| 90 | |
| 91 | |
| 92 | #endif |
| 93 |
Note: See TracBrowser for help on using the browser.
