mirror of
https://github.com/id-Software/Quake-Tools.git
synced 2026-03-20 08:59:49 +01:00
The source release of the qutils.
This commit is contained in:
54
qutils/QBSP/NODRAW.C
Normal file
54
qutils/QBSP/NODRAW.C
Normal file
@@ -0,0 +1,54 @@
|
||||
|
||||
#include "bsp5.h"
|
||||
|
||||
void Draw_ClearBounds (void)
|
||||
{
|
||||
}
|
||||
|
||||
void Draw_AddToBounds (vec3_t v)
|
||||
{
|
||||
}
|
||||
|
||||
void Draw_DrawFace (face_t *f)
|
||||
{
|
||||
}
|
||||
|
||||
void Draw_ClearWindow (void)
|
||||
{
|
||||
}
|
||||
|
||||
void Draw_SetRed (void)
|
||||
{
|
||||
}
|
||||
|
||||
void Draw_SetGrey (void)
|
||||
{
|
||||
}
|
||||
|
||||
void Draw_SetBlack (void)
|
||||
{
|
||||
}
|
||||
|
||||
void DrawPoint (vec3_t v)
|
||||
{
|
||||
}
|
||||
|
||||
void DrawLeaf (node_t *l, int color)
|
||||
{
|
||||
}
|
||||
|
||||
void DrawBrush (brush_t *b)
|
||||
{
|
||||
}
|
||||
|
||||
void DrawWinding (winding_t *w)
|
||||
{
|
||||
}
|
||||
|
||||
void DrawTri (vec3_t p1, vec3_t p2, vec3_t p3)
|
||||
{
|
||||
}
|
||||
|
||||
void DrawPortal (portal_t *portal)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user