]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - conproc.h
Remove gl_dither cvar, it isn't supported in GL3.2 Core Profile.
[xonotic/darkplaces.git] / conproc.h
index 743526f87839ef0ff8d6453e7de0979586127aca..8fe112a1c44e1c29109f4758e27f9b77a9b58d48 100644 (file)
--- a/conproc.h
+++ b/conproc.h
@@ -19,6 +19,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 // conproc.h
 
+#ifndef CONPROC_H
+#define CONPROC_H
+
 #define CCOM_WRITE_TEXT                0x2
 // Param1 : Text
 
@@ -35,3 +38,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 void InitConProc (HANDLE hFile, HANDLE heventParent, HANDLE heventChild);
 void DeinitConProc (void);
 
+#endif
+