X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=misc%2Fsource%2Fdarkplaces-src%2Fmeshqueue.h;h=68fa4d0da4ad84677070e904a012cf9bab52818e;hb=045633c16560b0d75e3670d753c8898d5d4dda95;hp=f54c4ce39e3e0320d12f2a230ebf4dd38ff39451;hpb=e39f59ac14770b3339553eb55723eef0e038298d;p=voretournament%2Fvoretournament.git diff --git a/misc/source/darkplaces-src/meshqueue.h b/misc/source/darkplaces-src/meshqueue.h index f54c4ce3..68fa4d0d 100644 --- a/misc/source/darkplaces-src/meshqueue.h +++ b/misc/source/darkplaces-src/meshqueue.h @@ -6,7 +6,7 @@ #define MESHQUEUE_TRANSPARENT_BATCHSIZE 256 void R_MeshQueue_BeginScene(void); -void R_MeshQueue_AddTransparent(const vec3_t center, void (*callback)(const entity_render_t *ent, const rtlight_t *rtlight, int numsurfaces, int *surfacelist), const entity_render_t *ent, int surfacenumber, const rtlight_t *rtlight); +void R_MeshQueue_AddTransparent(dptransparentsortcategory_t category, const vec3_t center, void (*callback)(const entity_render_t *ent, const rtlight_t *rtlight, int numsurfaces, int *surfacelist), const entity_render_t *ent, int surfacenumber, const rtlight_t *rtlight); void R_MeshQueue_RenderTransparent(void); #endif