X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=world.h;h=1b60ac6c2b48cbd74db530237db1db418e98ec4d;hb=9836f5e5029a2988f799e80db7cfeb4fb8224be0;hp=d1b45a7c65d7f83ddf8ca007ecd9255a85797616;hpb=74aaab13aad61fae27eab9480eab40d6fa0ca7d7;p=xonotic%2Fdarkplaces.git diff --git a/world.h b/world.h index d1b45a7c..1b60ac6c 100644 --- a/world.h +++ b/world.h @@ -22,6 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef WORLD_H #define WORLD_H +#include "qtypes.h" #include "collision.h" #define MOVE_NORMAL 0 @@ -42,7 +43,7 @@ typedef struct link_s typedef struct world_physics_s { // for ODE physics engine - qboolean ode; // if true then ode is activated + qbool ode; // if true then ode is activated void *ode_world; void *ode_space; void *ode_contactgroup;