mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 08:31:14 +00:00
* 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:
parent
84f32478b9
commit
a5b51a95d7
12 changed files with 25 additions and 23 deletions
|
@ -42,7 +42,7 @@ typedef struct
|
|||
unsigned char palette[256][4];
|
||||
} BMPHeader_t;
|
||||
|
||||
void LoadBMP( const char *name, byte **pic, int *width, int *height )
|
||||
void R_LoadBMP( const char *name, byte **pic, int *width, int *height )
|
||||
{
|
||||
int columns, rows;
|
||||
unsigned numPixels;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue