#ifndef __POSITION_H__ #define __POSITION_H__ #include "def.h" void position_targetzone(struct _prog *prog_data); void position_move_card(struct _card *card, int x, int y, struct _prog *prog_data); void position_list(GList *ptr, int x, int y, enum eposition ep, float, struct _prog *); #endif