28#include "../corepp/vector.h"
34 STEPMOVE_BLOCKED_BY_ENTITY,
35 STEPMOVE_BLOCKED_BY_WORLD,
36 STEPMOVE_BLOCKED_BY_WATER,
37 STEPMOVE_BLOCKED_BY_FALL,
38 STEPMOVE_BLOCKED_BY_DOOR,
58 MOVETYPE_PORTABLE_TURRET
73void G_RunEntity(
Entity *ent);
75qboolean G_PushMove(
Entity *pusher, Vector move, Vector amove);
76void G_CheckWater(
Entity *ent);
Definition q_shared.h:1450