4 lines
139 B
C
4 lines
139 B
C
#include "constants.h"
|
|
void gaussian_blur(float *field[PANEL_WIDTH][PANEL_HEIGHT]);
|
|
void box_blur(float field[PANEL_WIDTH][PANEL_HEIGHT]);
|