tty-solitaire/debug/card_test.h

9 lines
107 B
C
Raw Normal View History

#ifndef CARD_TEST_H
#define CARD_TEST_H
#include "../lib/card.h"
void print_card(struct card *);
#endif