				Source code of Babal 
				--------------------


1.Gnu Public License
------------------

Copyright 1999,2004 Denis EGEA

    Babal is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    Foobar is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Babal; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

2. About the code
-----------------

This code is a very good example of what you shouldn't do ! 
It's realy unclean, not commented at all, and messy. 
However it works. you can use it modify it and do everything you wan't 
with it untill it respects the GPL (see GPL.txt for details). 

It's been compiled and tested under Win32/DirectX 9, Dev C++/ MinGw. 
It should compile on others platforms (except Dos, which needs some slight modifications) 
but I cannot guarantee it.


I hope you'll be able to do something with it ! 


Denis