gzdoom-gles/src/swrenderer/plane/r_fogboundary.h

11 lines
208 B
C
Raw Normal View History

#pragma once
2016-12-31 11:45:07 +00:00
#include "r_visibleplane.h"
namespace swrenderer
{
void R_DrawFogBoundary(int x1, int x2, short *uclip, short *dclip, int wallshade);
void R_DrawFogBoundarySection(int y, int y2, int x1);
}