2011-07-01 20:17:03 -04:00
|
|
|
**************************************************************************
|
|
|
|
* *
|
|
|
|
* Star Traders: A Game of Interstellar Trading *
|
|
|
|
* Copyright (C) 1990-2011, John Zaitseff *
|
|
|
|
* *
|
|
|
|
**************************************************************************
|
|
|
|
|
|
|
|
This directory, "src", contains the main source code to Star Traders. The
|
|
|
|
source code is split up among the following files:
|
|
|
|
|
|
|
|
trader.h - Main program header file
|
|
|
|
trader.c - Main program, command-line interface
|
|
|
|
system.h - All system header files are included here
|
|
|
|
globals.h - Global game constants and variables
|
|
|
|
globals.c - Global game variables
|
2011-07-04 01:54:39 -04:00
|
|
|
game.h - Game functions header file
|
|
|
|
game.c - Game functions for Star Traders
|
2011-07-02 07:50:47 -04:00
|
|
|
help.h - Help text routines header file
|
|
|
|
help.c - Help text routines: how to play Star Traders
|
2011-07-02 00:53:45 -04:00
|
|
|
intf.h - Basic text input/output header file
|
|
|
|
intf.c - Basic text input/output routines
|
2011-07-01 20:17:03 -04:00
|
|
|
utils.h - Utility functions header file
|
|
|
|
utils.c - Utility functions needed by Star Traders
|