#ifndef _SETS_MENU_H_
  #define _SETS_MENU_H_

// Показать меню настроек
void Disp_Sets_Menu();

#ifndef NO_PNG ////////////////////////

#define TOTAL_ITEMS_2 3

static const char * const items2[TOTAL_ITEMS_2] = {
/*  1*/ "coordinates",
/*  2*/ "colours",
/*  3*/ "refresh",
};
#endif

#endif ////////////////////////////////
