  .oooooo.    ooooooooo.   ooooooooo.   ooooo        ooooo oooooooooo.  
 d8P'  `Y8b   `888   `Y88. `888   `Y88. `888'        `888' `888'   `Y8b 
888            888   .d88'  888   .d88'  888          888   888     888 
888            888ooo88P'   888ooo88P'   888          888   888oooo888' 
888     ooooo  888`88b.     888`88b.     888          888   888    `88b 
`88.    .88'   888  `88b.   888  `88b.   888       o  888   888    .88P 
 `Y8bood8P'   o888o  o888o o888o  o888o o888ooooood8 o888o o888bood8P'  

GRRLIB V:1.6						   27-April-2008

Current maintainer: Uschghost
contact: uschghost@grrlib.de


Whats new?

functions:
-added: void GRRLIB_DrawRectangle(int x, int y, int hight, int widht, u16 color, int filled)
-added: void GRRLIB_DrawTriangle(int x, int y, int xa, int ya, int xb, int yb, u16 color)
-added: int GRRLIB_GetMapTile(int x, int y, int map[],int mapwidth)

-Improved: GRRLIB_DrawImg(int xpos, int ypos, ...) -> merged with the rotozoom function!
-Improved: GRRLIB_DrawTile(int xpos, int ypos, ...) -> merged with the rotozoom function!


tools:

-win32 pngconverter
 by: Scognito
 notes by USchghost: Sometimes the converter wont work for me
		     Hope to see a bugfree version soon.

-Online converter
 by: NoNameNo
 http://grrlib.santo.fr/tools/gfx_converter.php	
 
 How to use:
 - just visit the and link, upload a .PNG file and click on "uploader"
   It will give you a rename.h with your image data ready to use with GRRLib.