Move prototype

This commit is contained in:
Magnus Norddahl 2017-01-09 14:22:00 +01:00
parent 6d642b1906
commit da85de01de
2 changed files with 1 additions and 2 deletions

View file

@ -56,8 +56,6 @@ void R_DrawSprites ();
void R_ClearSprites ();
void R_DrawMasked ();
void R_CheckOffscreenBuffer(int width, int height, bool spansonly);
enum { DVF_OFFSCREEN = 1, DVF_SPANSONLY = 2, DVF_MIRRORED = 4 };
void R_ClipVisSprite (vissprite_t *vis, int xl, int xh);

View file

@ -35,6 +35,7 @@ namespace swrenderer
kvxslab_t *R_GetSlabEnd(const FVoxelMipLevel &mip, int x, int y);
kvxslab_t *R_NextSlab(kvxslab_t *slab);
void R_CheckOffscreenBuffer(int width, int height, bool spansonly);
void R_DeinitRenderVoxel();
// [RH] A c-buffer. Used for keeping track of offscreen voxel spans.