* Consolidate tr_image_*.h headers into tr_local.h to more closely follow the
Q3 coding style * Prefix image loaders with R_ now they're non-static
This commit is contained in:
@@ -1889,7 +1889,7 @@ static qboolean DecodeImageInterlaced(struct PNG_Chunk_IHDR *IHDR,
|
||||
* The PNG loader
|
||||
*/
|
||||
|
||||
void LoadPNG(const char *name, byte **pic, int *width, int *height)
|
||||
void R_LoadPNG(const char *name, byte **pic, int *width, int *height)
|
||||
{
|
||||
struct BufferedFile *ThePNG;
|
||||
byte *OutBuffer;
|
||||
|
Reference in New Issue
Block a user