#include "card.h" void draw_card(Card *c) { DrawRectangleV(c->position, card_size, RED); }