mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-16 14:10:11 +01:00
15 lines
405 B
C
15 lines
405 B
C
#pragma once
|
|
|
|
#include "xash3d_types.h"
|
|
|
|
void GL_SetRenderMode( int renderMode );
|
|
void TriColor4ub( unsigned char r, unsigned char g, unsigned char b, unsigned char a );
|
|
void R_AllowFog( qboolean allow );
|
|
void R_Set2DMode( qboolean enable );
|
|
void R_BeginFrame( qboolean clearScene );
|
|
void R_RenderScene( void );
|
|
void R_EndFrame( void );
|
|
|
|
qboolean renderstateInit( void );
|
|
void renderstateDestroy( void );
|