#include <cfg_items.h>
#include <swilib.h>

__CFG_BEGIN(1)

// Отдельный конфиг для ярлычков

__root const CFG_HDR cfghdr_lnk0 = {CFG_CHECKBOX, "Enabled", 0, 2};
__root const int b_enabled = 1;

__root const CFG_HDR cfghdr_lnk1 = {CFG_CBOX, "Type", 0, 3};
__root const int link_type = 2;
__root const CFG_CBOX_ITEM cfgcbox_lnk0[3] = {"File", "Shortcut", "Entrypoint"};

__root const CFG_HDR cfghdr_lnk2 = {CFG_STR_UTF8, "Icon", 0, 127};
__root const char link_pic[128] = "1246";

__root const CFG_HDR cfghdr_lnk3 = {CFG_STR_UTF8, "Value", 0, 127};
__root const char link_file[128] = "A063B07B";

__root const CFG_HDR cfghdr_lnk4 = {7, "Coordinaties", 0, 0};
__root const unsigned int link_x = 110;
__root const unsigned int link_y = 295;

__CFG_END(1)
