]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/draw.qh
Remove the CSQC model hook macros (we use a parameter in them now that may cause...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / draw.qh
index 40900b8772314837defb913413fb9f60dabb6c4c..c8d9ae8de9b4dedee783b3ac3d4f0e531cef9286 100644 (file)
@@ -1,11 +1,11 @@
+#pragma once
+
 #ifdef CSQC
-#ifndef DRAW_H
-       #define DRAW_H
 
        #include "i18n.qh"
        #include "vector.qh"
 
-       #include "../client/defs.qh"
+       #include <client/defs.qh>
 
        void Draw_CylindricLine(vector from, vector to, float thickness, string texture, float aspect, float shift, vector rgb, float theAlpha, float drawflag, vector vieworg)
        {
        }
 
 #endif
-#endif