#ifndef _LI_DIFF_H #define _LI_DIFF_H 1 typedef struct ImgDiff{ uint32_t Location; uint32_t NewColor; } ImgDiff; #endif