Move to correct header

This commit is contained in:
Magnus Norddahl 2016-12-27 07:32:21 +01:00
parent 5a7765910f
commit f1cd91922b
2 changed files with 3 additions and 3 deletions

View file

@ -180,7 +180,4 @@ namespace swrenderer
void R_SetSpanTexture(FTexture *tex);
void R_SetSpanColormap(FDynamicColormap *colormap, int shade);
void R_MapTiltedPlane(int y, int x1);
void R_MapColoredPlane(int y, int x1);
}

View file

@ -107,6 +107,9 @@ void R_DrawNormalPlane (visplane_t *pl, double xscale, double yscale, fixed_t al
void R_DrawTiltedPlane (visplane_t *pl, double xscale, double yscale, fixed_t alpha, bool additive, bool masked);
void R_MapVisPlane (visplane_t *pl, void (*mapfunc)(int y, int x1));
void R_MapTiltedPlane(int y, int x1);
void R_MapColoredPlane(int y, int x1);
visplane_t *R_FindPlane
( const secplane_t &height,
FTextureID picnum,