summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/utils.h
blob: 07dd85da4457b2f3722f76da92a67c5b79575fcc (plain)
1
2
3
4
5
uint32_t toggleBit(uint32_t dw, uint32_t bit);
bool CheckFilter(wchar_t *buf, wchar_t *filter);

HMENU NSMenu_Build(struct ItemData *item);
bool NSMenu_Process(int iCommand, struct NewstoryListData *data);