#include "constants.h" void gaussian_blur(float *field[PANEL_WIDTH][PANEL_HEIGHT]); void box_blur(float field[PANEL_WIDTH][PANEL_HEIGHT]);