Changes between Version 8 and Version 9 of AngbandBase
- Timestamp:
- 05/12/11 01:33:27 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AngbandBase
v8 v9 1 1 == Variant Maintainer's Guide 2 2 3 by Nick McConnell3 by Nick !McConnell 4 4 5 5 … … 32 32 || main-x11.c || X11 port || 33 33 || main-xxx.c || platform port template || 34 || main.c || Linux/Unix main file ||34 || main.c || !Linux/Unix main file || 35 35 || main.h || " || 36 36 || Makefile.nds || Nintendo DS makefile || … … 129 129 || xtra3.c || Screen frame setup and event handling, and miscellaneous other display handling. Will need changes where the variant displays different things. || 130 130 131 Next, files which will need substantial change, but where the general structure should stay the same. 132 131 133 ==== Current AngbandBase source files 132 134