#include "lighting.h" /* Screen resolution */ int depth = 32; int width = 320; int height = 240; /* Lighting map parameters */ int use_overbright = 1; int use_shadow = 0;