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

13 lines
218 B
C
Raw Normal View History

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