]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
Add GL_ExtensionSupported in vid_null.c because vid_shared.c relies on
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index 3857e98e303f53a4f188079d6be0474ff1b8a943..5e023da8ad617ed7ac22bdf9de497127a4ceef21 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -39,7 +39,6 @@ typedef enum cachepicflags_e
 }
 cachepicflags_t;
 
-void Draw_Init (void);
 void Draw_Frame (void);
 cachepic_t *Draw_CachePic_Flags (const char *path, unsigned int cachepicflags);
 cachepic_t *Draw_CachePic (const char *path); // standard function with no options, used throughout engine