mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-12-15 07:01:10 +00:00
11 lines
233 B
C
11 lines
233 B
C
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "r_visible_plane.h"
|
||
|
|
||
|
namespace swrenderer
|
||
|
{
|
||
|
void R_DrawTiltedPlane(visplane_t *pl, double _xscale, double _yscale, fixed_t alpha, bool additive, bool masked);
|
||
|
void R_MapTiltedPlane(int y, int x1, int x2);
|
||
|
}
|