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