#define	LIBQBUILD_CORE
#include "../include/libqbuild.h"

bool drawflag = FALSE;

void Draw_Init(void)
{
}

void Draw_Exit(void)
{
}

void Draw_ClearBounds(void)
{
}

void Draw_AddToBounds(vec3_t v)
{
}

void Draw_DrawFace(struct visfacet *f)
{
}

void Draw_ClearWindow(void)
{
}

void Draw_SetRed(void)
{
}

void Draw_SetGrey(void)
{
}

void Draw_SetBlack(void)
{
}

void DrawPoint(vec3_t v)
{
}

void DrawLeaf(struct node *l, int color)
{
}

void DrawBrush(struct brush *b)
{
}

void DrawWinding(struct winding *w)
{
}

void DrawTri(vec3_t p1, vec3_t p2, vec3_t p3)
{
}

void DrawPortal(struct portal *portal)
{
}
