forgot to include this
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
#include "ppm.h"
|
||||||
|
|
||||||
bool sameColor(Pixel_t t_pixel, Zone_t t_zone) {
|
bool sameColor(Pixel_t t_pixel, Zone_t t_zone) {
|
||||||
return t_pixel->r == t_zone->r && t_pixel->g == t_zone->g &&
|
return t_pixel->r == t_zone->r && t_pixel->g == t_zone->g &&
|
||||||
|
|||||||
Reference in New Issue
Block a user