fire example program
--------------------

This example draws a flame animation in a virtual 8bit mode.

It is portable across DOS and Win32 platforms, and is setup to
generate a native windowed application (WinMain) under Win32.

to compile the example use the batch files provided:

    eg. "wc11 fire"    (compile with watcom c++ 11.0)
        "vc5x fire"    (compile with visual c++ 5.x)

note: the batch files make a debug executable by default. you can gain
significant speed by building a release executable. for more information 
read the remarks in the batch files.