// ****************************************************************** //
// * Tangential Tutorial                                            * //
// *                                                                * //
// * By Anthony Yuen (aka Tangent-)                                 * //
// *                                                                * //
// * Last modified : [21-Feb-1998] Lesson 1                         * //
// * Last modified : [26-Feb-1998] Lesson 2                         * //
// * Web site      : http://www.planetquake.com/tangential          * //
// * Email         : ayuen@fastlanetech.com                         * //
// ****************************************************************** //


    This is an archive of files necessary to compile a Quake II DLL.
They are originally from id software, with modifications made by me.
The changes that I have made are more fully described by my bot tutorial.
It can be found at:

    http://www.planetquake.com/tangential

    I have provided a Visual C++ 5.0 workspace and project.  This is the
compiler that I use.  I apologize for any inconvenience to those who
are not using VC++ 5.0.  Just remember to set the paths to adapt to your
system.  There are web pages describing the procedures necessary to
compile a Quake II DLL with other compilers.  The best one that I know
of is this:

    http://www.planetquake.com/qdevels

    Feel free to send me any suggestions, comments and bug reports.
You are permitted to use the source code under id software's licence.
If you find it useful and decide to incorporate the feature found in
this tutorial, I would appreciate it if you could give me the credits.

    Enjoy.

    Tangent-

