X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=progdefs.h;h=7086dbdc459767c2d70a87b8e7d92cd5e8d4cd78;hp=633e6d4c88ecfac603edf7aa59508f15fa46888e;hb=49f0e1cbc8bc4ea8a165e8b86092c40bf4599a8e;hpb=8dcce44300385b12c46d494c06aadcfa35a8bc14 diff --git a/progdefs.h b/progdefs.h index 633e6d4c..7086dbdc 100644 --- a/progdefs.h +++ b/progdefs.h @@ -8,7 +8,7 @@ of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. @@ -20,7 +20,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /* file generated by qcc, do not modify */ -typedef struct +#ifndef PROGDEFS_H +#define PROGDEFS_H + +typedef struct globalvars_s { int pad[28]; int self; @@ -79,7 +82,7 @@ typedef struct func_t SetChangeParms; } globalvars_t; -typedef struct +typedef struct entvars_s { float modelindex; vec3_t absmin; @@ -161,3 +164,7 @@ typedef struct } entvars_t; #define PROGHEADER_CRC 5927 +#define PROGHEADER_CRC_TENEBRAE 32401 + +#endif +