hanafuda/card.c
2025-02-01 05:36:42 -05:00

6 lines
94 B
C

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