general compiling instructions:
-------------------------------
First OF ALL:
YOU NEED THE LIBRARIES
"ALLEGRO" AND "DUMB" TO COMPILE THIS!
(check "http://alleg.sourceforge.net/" for "allegro")
(check "http://dumb.sf.net/" for "dumb")

Don't try to compile ALL the cpp files
just "fugamain.cpp" should be compiled
it will include the other files as if they
were just written directly into "fugamain.cpp"
but you don't have to worry about that.

-Dennis Busch