#ifndef P_CIRCLE #define P_CIRCLE #include "PixelCallback.h" typedef struct Circle { u32 radius; color color; } Circle; PixelCallback* Circle_setup(Circle obj); #endif /* P_CIRCLE */