From 482f4429082a1b1c5657b8b230835e688a36351d Mon Sep 17 00:00:00 2001 From: James Turk Date: Sun, 29 Dec 2002 08:06:27 +0000 Subject: [PATCH] Created --- files.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 files.txt diff --git a/files.txt b/files.txt new file mode 100755 index 0000000..a9f71ed --- /dev/null +++ b/files.txt @@ -0,0 +1,22 @@ +/ + authors.txt Listing of all authors. + changelog.txt Listing of changes made by version. + config Configure file used by makefile. (Linux) + files.txt This file, listing of all files. + licensing.txt Information on ZEngine licensing and usage. + makefile Makefile for make tool. (Linux) + readme.txt General information on ZEngine. + tab2space.py Python script to convert tabs to spaces recursively. + thanks.txt List of indirect contributors to ZEngine. + todo.txt Things that the ZEngine project needs to do. + doc/ Contains doxygen files. + html/ HTML version of documentation. + include/ Include files for ZEngine. + external/ Include files needed by ZEngine but not written for ZEngine. + lib/ Output directory of libraries to link with application. + src/ Source of ZEngine, needed to build ZEngine. + external/ Source files needed by ZEngine but not written for ZEngine. + test/ Source for test programs. + bin/ Test programs and files about using them. + data/ Data needed for test programs. + vc7/ Visual C++ 7 Solution file for ZEngine. \ No newline at end of file