]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - mprogdefs.h
Removed collision_prefernudgedfraction cvar and trace.realfraction field, this has...
[xonotic/darkplaces.git] / mprogdefs.h
index 0c7435cf82af145102e67a69e558eb6468d22162..c7993b7dd85b2eb61ccab8f3d86338a7c525da9a 100644 (file)
@@ -1,14 +1,22 @@
 
+#ifndef MPROGDEFS_H
+#define MPROGDEFS_H
+
 /* file generated by qcc, do not modify */
 
-typedef struct
-{      
+/*
+typedef struct m_globalvars_s
+{
        int     pad[28];
        int     self;
 } m_globalvars_t;
 
-/*typedef struct
+typedef struct m_entvars_s
 {
-} m_entvars_t;*/
+} m_entvars_t;
 
 #define M_PROGHEADER_CRC 10020
+
+*/
+
+#endif