[CHG] RawTo4x4RGBA credited to the good person

This commit is contained in:
Crayon2000 2009-03-04 23:11:19 +00:00
parent ecd85143e6
commit 346889e86b
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
/*=========================================== /*===========================================
GRRLIB (GX version) 3.0.5 alpha GRRLIB (GX version) 4.0.0
Code : NoNameNo Code : NoNameNo
Additional Code : Crayon Additional Code : Crayon
GX hints : RedShade GX hints : RedShade
@ -182,7 +182,7 @@ static GRRLIB_texImg GRRLIB_LoadTexturePNG(const unsigned char my_png[]) {
/** /**
* Convert a raw bmp (RGB, no alpha) to 4x4RGBA. * Convert a raw bmp (RGB, no alpha) to 4x4RGBA.
* @author DrTwox * @author DragonMinded
* @param src * @param src
* @param dst * @param dst
* @param width * @param width

View file

@ -1,5 +1,5 @@
/*=========================================== /*===========================================
GRRLIB (GX version) 3.0.5 alpha GRRLIB (GX version) 4.0.0
Code : NoNameNo Code : NoNameNo
Additional Code : Crayon Additional Code : Crayon
GX hints : RedShade GX hints : RedShade