Go to the documentation of this file. 6 #define PLAYER_STAND 20 7 #define PLAYER_CROUCH 5 8 #define PLAYER_DEAD -12 10 #define PLAYER_WIDTH 9 12 #define PLAYER_STANDING_HEIGHT (PLAYER_STAND - PLAYER_MIN) 13 #define PLAYER_CROUCHING_HEIGHT (PLAYER_CROUCH - PLAYER_MIN) 16 #define EYE2x2_STAND 15 17 #define EYE2x2_CROUCH 3 18 #define PLAYER2x2_STAND 20 19 #define PLAYER2x2_CROUCH 5 20 #define PLAYER2x2_DEAD -12 21 #define PLAYER2x2_MIN -24 23 #define PLAYER2x2_WIDTH 18 26 #define BOX_DELTA_WIDTH 11 27 #define BOX_DELTA_LENGTH 11 28 #define BOX_DELTA_HEIGHT 27