#include #include #include typedef struct { SDL_Rect rect; SDL_Color color; } DrawElement; typedef struct { int len; DrawElement els[256]; } DrawList;