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

void CopyText(HWND hwnd, const wchar_t *text);