tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

card_select.h (142B)


      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