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

extern uint32_t event_timeout;

int OptInit(WPARAM, LPARAM);

#endif