]> 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 d06e270011f58c30238927cfe1418b4494b4fd72..c7993b7dd85b2eb61ccab8f3d86338a7c525da9a 100644 (file)
@@ -1,15 +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
 {
-       string_t        classname;
 } m_entvars_t;
 
-#define M_PROGHEADER_CRC 40313
+#define M_PROGHEADER_CRC 10020
+
+*/
+
+#endif