#ifndef GIZMO_H #define GIZMO_H #include struct gizmo { uint8_t color[3]; }; #endif