1 #ifndef CARD_SELECT_H_INCLUDED 2 #define CARD_SELECT_H_INCLUDED 3 4 void create_card_select_list(void); 5 void close_card_select_list(void); 6 7 #endif 8
1 #ifndef CARD_SELECT_H_INCLUDED 2 #define CARD_SELECT_H_INCLUDED 3 4 void create_card_select_list(void); 5 void close_card_select_list(void); 6 7 #endif 8