#ifndef __THROW_H__ #define __THROW_H__ #include "def.h" void throw_to(GList **list, struct _card *data_ptr); struct _card * throw_card_x(GList *ptr, int x); void throw_card_list(GList *ptr); void throw_cards(struct _prog *prog_data); #endif