Prototype R_Upload8

This commit is contained in:
Yamagi Burmeister 2010-10-23 08:31:21 +00:00
parent 4d647257fa
commit 4681d0a417

View file

@ -32,6 +32,8 @@ byte scrap_texels [ MAX_SCRAPS ] [ BLOCK_WIDTH * BLOCK_HEIGHT ];
qboolean scrap_dirty;
int scrap_uploads;
qboolean R_Upload8 ( byte *data, int width, int height, qboolean mipmap, qboolean is_sky );
/* returns a texture number and the position inside it */
int
Scrap_AllocBlock ( int w, int h, int *x, int *y )