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