diff --git a/doomsday/Include/rend_list.h b/doomsday/Include/rend_list.h index 9cff75099f..1c039971fb 100644 --- a/doomsday/Include/rend_list.h +++ b/doomsday/Include/rend_list.h @@ -29,6 +29,8 @@ void RL_VertexColors(rendpoly_t *poly, int lightlevel, byte *rgb); void RL_RenderAllLists(); void RL_SelectTexUnits(int count); +void RL_Bind(DGLuint texture); +void RL_BindTo(int unit, DGLuint texture); void RL_FloatRGB(byte *rgb, float *dest); #endif \ No newline at end of file