1 #ifndef __LOAD_H__
2 #define __LOAD_H__
3 
4 #include "def.h"
5 
6 gboolean load_cards(const gchar *, struct _prog*, GtkWidget *);
7 
8 #endif
9