1
0
mirror of https://git.zap.org.au/git/trader.git synced 2025-02-02 15:08:13 -05:00
John Zaitseff 930ebbb0c4 Update all auto-generated files
These files have been created by running ./build-aux/bootstrap with
Gnulib as at commit 877b0c46019d34e722c94248edbfaf5bfbaa17ec (with a date
stamp of Wed Jan 8 03:32:20 2020 +0100), Autoconf 2.69, Automake 1.16.1,
Gettext 0.19.8.1 and pkgconf 1.6.3.
2020-01-09 08:36:10 +11:00
..
2020-01-02 08:37:36 +11:00
2020-01-02 08:37:36 +11:00
2020-01-02 08:37:36 +11:00
2020-01-02 08:37:36 +11:00
2020-01-02 08:37:36 +11:00
2020-01-02 08:37:36 +11:00
2020-01-02 08:37:36 +11:00
2020-01-02 08:37:36 +11:00
2020-01-02 08:37:36 +11:00
2020-01-02 08:37:36 +11:00
2020-01-02 08:37:36 +11:00
2020-01-02 08:37:36 +11:00
2020-01-02 08:37:36 +11:00
2020-01-09 08:36:10 +11:00
2020-01-02 08:37:36 +11:00
2020-01-02 08:37:36 +11:00
2020-01-02 08:37:36 +11:00
2020-01-02 08:37:36 +11:00
2020-01-02 08:37:36 +11:00
2020-01-02 08:37:36 +11:00
2020-01-02 08:37:36 +11:00

.. -*- mode: rst; coding: utf-8 -*-

============================================
Star Traders: A Game of Interstellar Trading
============================================

This directory, `src`, contains the main source code for Star Traders.
The source code is split up among the following files:

* `trader.c`,  `trader.h`:   Main program, command-line interface
* `globals.c`, `globals.h`:  Global game constants and variables
* `game.c`,    `game.h`:     Game start, end and (some) display functions
* `move.c`,    `move.h`:     Functions for making and processing a move
* `exch.c`,    `exch.h`:     Stock Exchange and Bank functions
* `fileio.c`,  `fileio.h`:   Load and save game file functions
* `help.c`,    `help.h`:     Help text functions: how to play the game
* `intf.c`,    `intf.h`:     Basic text input/output functions
* `utils.c`,   `utils.h`:    Utility functions needed by Star Traders
* `system.h`:                All system header files are included here