X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=progdefs.h;fp=progdefs.h;h=15db54886c4407396035f207858dc979dad3eaea;hp=14e2e919cbc1abff7818b0a07fcc1ce9abf4079a;hb=f9d8bc7ea04ff91fcbd90fe50a299b37724b349b;hpb=62fa7b5d51526e9667efd66a75014192f56072a3 diff --git a/progdefs.h b/progdefs.h index 14e2e919..15db5488 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. @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef PROGDEFS_H #define PROGDEFS_H -typedef struct +typedef struct globalvars_s { int pad[28]; int self; @@ -82,7 +82,7 @@ typedef struct func_t SetChangeParms; } globalvars_t; -typedef struct +typedef struct entvars_s { float modelindex; vec3_t absmin;