mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-18 00:11:37 +00:00
13 lines
218 B
C
13 lines
218 B
C
|
|
||
|
#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);
|
||
|
}
|