gzdoom-gles/src/swrenderer/scene/r_portal.h

17 lines
324 B
C
Raw Normal View History

2016-12-30 05:08:47 +00:00
#pragma once
#include "r_portal_segment.h"
namespace swrenderer
{
extern PortalDrawseg* CurrentPortal;
extern int CurrentPortalUniq;
extern bool CurrentPortalInSkybox;
2016-12-30 05:08:47 +00:00
void R_DrawPortals();
void R_DrawWallPortals();
void R_EnterPortal(PortalDrawseg* pds, int depth);
void R_HighlightPortal(PortalDrawseg* pds);
}