X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=pr_comp.h;h=879999970d1fceb5004919cbed28a4276ebc0caf;hb=8fd8e96110f501587d3331139e694f54e4f32c9f;hp=94410c4169fd685d3425ffcef77cbee9bcce1878;hpb=8dcce44300385b12c46d494c06aadcfa35a8bc14;p=xonotic%2Fdarkplaces.git diff --git a/pr_comp.h b/pr_comp.h index 94410c41..87999997 100644 --- a/pr_comp.h +++ b/pr_comp.h @@ -20,6 +20,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // this file is shared by quake and qcc +#ifndef PR_COMP_H +#define PR_COMP_H + typedef int func_t; typedef int string_t; @@ -147,7 +150,7 @@ typedef struct int s_file; // source file defined in int numparms; - byte parm_size[MAX_PARMS]; + qbyte parm_size[MAX_PARMS]; } dfunction_t; @@ -178,3 +181,5 @@ typedef struct int entityfields; } dprograms_t; +#endif +