1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-29 17:45:55 -04:00
trader/src
John Zaitseff 6d846a2389 Add all auto-generated files and update PO/GMO files
The auto-generated files are created by running ./build-aux/bootstrap
with Gnulib as at commit f8fea966d67a6ba06231689e63f668bd55ee5797 (with a
date stamp of Thu Apr 12 18:56:54 2012 -0700), Autoconf 2.68, Automake
1.11.4 and Gettext 0.18.1.1.
2012-04-14 14:41:38 +10:00
..
exch.c Merge branch master into with-autogenerated 2012-04-14 14:20:10 +10:00
exch.h Merge branch master into with-autogenerated 2012-03-16 11:01:48 +11:00
fileio.c Merge branch master into with-autogenerated 2012-04-14 14:20:10 +10:00
fileio.h Merge branch master into with-autogenerated 2012-03-16 11:01:48 +11:00
game.c Merge branch master into with-autogenerated 2012-03-16 11:01:48 +11:00
game.h Merge branch master into with-autogenerated 2012-03-16 11:01:48 +11:00
globals.c Merge branch master into with-autogenerated 2012-04-14 14:20:10 +10:00
globals.h Merge branch master into with-autogenerated 2012-04-14 14:20:10 +10:00
help.c Merge branch master into with-autogenerated 2012-04-14 14:20:10 +10:00
help.h Merge branch master into with-autogenerated 2012-03-16 11:01:48 +11:00
intf.c Merge branch master into with-autogenerated 2012-03-16 11:01:48 +11:00
intf.h Merge branch master into with-autogenerated 2012-03-16 11:01:48 +11:00
Makefile.am Merge branch master into with-autogenerated 2012-03-16 11:01:48 +11:00
Makefile.in Add all auto-generated files and update PO/GMO files 2012-04-14 14:41:38 +10:00
move.c Merge branch master into with-autogenerated 2012-04-14 14:20:10 +10:00
move.h Merge branch master into with-autogenerated 2012-03-16 11:01:48 +11:00
README Update the copyright year to 2012 2012-03-15 02:36:23 +11:00
system.h Merge branch master into with-autogenerated 2012-03-16 11:01:48 +11:00
trader.c Merge branch master into with-autogenerated 2012-03-16 11:01:48 +11:00
trader.h Merge branch master into with-autogenerated 2012-03-16 11:01:48 +11:00
utils.c Merge branch master into with-autogenerated 2012-03-16 11:01:48 +11:00
utils.h Merge branch master into with-autogenerated 2012-03-16 11:01:48 +11:00

**************************************************************************
*                                                                        *
*              Star Traders: A Game of Interstellar Trading              *
*                 Copyright (C) 1990-2012, John Zaitseff                 *
*                                                                        *
**************************************************************************

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