std::string caption = "Dev Options";
static struct {
LPCSTR text;
bool *pState;
bool *pUpdated;
} lines[lineCount] = {
{ "600", NULL, NULL },
{ "1000", NULL, NULL },
{ "1500", NULL, NULL },
{ "2000", NULL, NULL },
{ "800", NULL, NULL },
{ "50", NULL, NULL }
};
hi,what is meaning of "Dev Options" and the follow numbers?