mirror of
https://git.zap.org.au/git/trader.git
synced 2025-02-02 15:08:13 -05:00
This includes the functions try_start_new_company(), merge_companies(), include_outpost() and inc_share_price().
************************************************************************** * * * 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.c trader.h - Main program, command-line interface globals.c globals.h - Global game constants and variables game.c game.h - Game start and end routines move.c move.h - Routines for making and processing a move exch.c exch.h - Stock Exchange and Bank routines fileio.c fileio.h - Load and save game file routines help.c help.h - Help text routines: how to play Star Traders intf.c intf.h - Basic text input/output routines utils.c utils.h - Utility functions needed by Star Traders system.h - All system header files are included here