#pragma once #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); }