mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-22 12:22:23 +00:00
21 lines
246 B
C++
21 lines
246 B
C++
/* Null renderer functions */
|
|
|
|
void RB_StageIteratorGeneric(void)
|
|
{
|
|
}
|
|
|
|
void RB_StageIteratorSky(void)
|
|
{
|
|
}
|
|
|
|
void RB_StageIteratorVertexLitTexture(void)
|
|
{
|
|
}
|
|
|
|
void RB_StageIteratorLightmappedMultitexture(void)
|
|
{
|
|
}
|
|
|
|
void R_SyncRenderThread(void)
|
|
{
|
|
}
|