tty-solitaire/debug/deck_debug.h

9 lines
109 B
C
Raw Normal View History

2010-04-10 16:49:19 +00:00
#ifndef DECK_DEBUG_H
#define DECK_DEBUG_H
#include "../lib/deck.h"
void print_deck(struct deck *);
#endif