home *** CD-ROM | disk | FTP | other *** search
- .name
- StructureGuide
- .type
- Developer Utility
- .short
- Guide with links to all structs + info
- .description
- An AmigaGuide file that contains links to OS structures, showing
- members, sizes, and offsets.
-
- INCLUDE: has to be assigned to the main include directory, containing
- all include files (the directory containing the "exec", "dos" and all
- the other drawers) for proper operation.
-
- This guide also contains offsets for all symbols for those who don't
- have the include files.
- .version
- 1.0
- .author
- Per-Olof Yliniemi
- .address
- Muoniovaara
- S-980 64 Muodoslompolo
- SWEDEN
- .docs
- StructureGuide.readme
- Structure.Guide
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "Structure Guide" "Please select an option" "View Doc" "View Guide" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool StructureGuide.readme TEXT
- endif
-
- if $choice EQ "2"
- MetaTool Structure.Guide GUIDE
- endif
- .aminet-dir
- dev/asm
-