9 lines
109 B
C
Raw Normal View History

2010-04-10 13:49:19 -03:00
#ifndef CARD_DEBUG_H
#define CARD_DEBUG_H
#include "../lib/card.h"
void print_card(struct card *);
#endif