summaryrefslogtreecommitdiff
path: root/plugins/NoHistory/src/options.h
blob: 921661cd7a42666bbfe928f78881f8abd5e435db (plain)
1
2
3
4
5
6
7
8
#ifndef _OPTIONS_INC
#define _OPTIONS_INC

extern DWORD event_timeout;

int OptInit(WPARAM, LPARAM);

#endif