tty-solitaire/debug/card_debug.h
2010-04-22 01:51:51 -03:00

9 lines
109 B
C

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