mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-05 17:41:05 +00:00
11 lines
194 B
C
11 lines
194 B
C
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "r_visible_plane.h"
|
||
|
|
||
|
namespace swrenderer
|
||
|
{
|
||
|
void R_DrawFogBoundary(int x1, int x2, short *uclip, short *dclip);
|
||
|
void R_DrawFogBoundarySection(int y, int y2, int x1);
|
||
|
}
|