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

18 lines
944 B
Plaintext
Raw Normal View History

**************************************************************************
* *
* 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
utils.h - Utility functions header file
utils.c - Utility functions needed by Star Traders