mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
Move prototype
This commit is contained in:
parent
6d642b1906
commit
da85de01de
2 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue