From 8427f7edac0d0f21cbc78a7b52093733e28371a3 Mon Sep 17 00:00:00 2001 From: tma Date: Thu, 14 Feb 2008 13:16:13 +0000 Subject: * 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 git-svn-id: svn://svn.icculus.org/quake3/trunk@1261 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/renderer/tr_local.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'code/renderer/tr_local.h') diff --git a/code/renderer/tr_local.h b/code/renderer/tr_local.h index 5354bc7..ec5ff91 100644 --- a/code/renderer/tr_local.h +++ b/code/renderer/tr_local.h @@ -1481,6 +1481,20 @@ void R_MDRAddAnimSurfaces( trRefEntity_t *ent ); void RB_MDRSurfaceAnim( md4Surface_t *surface ); #endif +/* +============================================================= + +IMAGE LOADERS + +============================================================= +*/ + +void R_LoadBMP( const char *name, byte **pic, int *width, int *height ); +void R_LoadJPG( const char *name, byte **pic, int *width, int *height ); +void R_LoadPCX( const char *name, byte **pic, int *width, int *height ); +void R_LoadPNG( const char *name, byte **pic, int *width, int *height ); +void R_LoadTGA( const char *name, byte **pic, int *width, int *height ); + /* ============================================================= ============================================================= -- cgit v1.2.3