1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-12-04 14:46:45 -05:00

Reorganise the information in src/README

This commit is contained in:
John Zaitseff 2011-07-16 10:10:36 +10:00
parent dd40b94301
commit eb2fe45beb

View File

@ -8,18 +8,11 @@
This directory, "src", contains the main source code to Star Traders. The This directory, "src", contains the main source code to Star Traders. The
source code is split up among the following files: source code is split up among the following files:
trader.h - Main program header file trader.c trader.h - Main program, command-line interface
trader.c - Main program, command-line interface globals.c globals.h - Global game constants and variables
system.h - All system header files are included here game.c game.h - Game start and end routines
globals.h - Global game constants and variables fileio.c fileio.h - Load and save game file routines
globals.c - Global game variable definitions help.c help.h - Help text routines: how to play Star Traders
game.h - Game starting and ending routines header file intf.c intf.h - Basic text input/output routines
game.c - Game starting and ending routines for Star Traders utils.c utils.h - Utility functions needed by Star Traders
fileio.h - Load and save game file routines header file system.h - All system header files are included here
fileio.c - Load and save game file routines
help.h - Help text routines header file
help.c - Help text routines: how to play Star Traders
intf.h - Basic text input/output header file
intf.c - Basic text input/output routines
utils.h - Utility functions header file
utils.c - Utility functions needed by Star Traders