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

extern DWORD event_timeout;

void InitOptions();

#endif