diff options
Diffstat (limited to 'plugins/hextray/hextray.h')
-rw-r--r-- | plugins/hextray/hextray.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/hextray/hextray.h b/plugins/hextray/hextray.h index 0bd8a990..2c244d8f 100644 --- a/plugins/hextray/hextray.h +++ b/plugins/hextray/hextray.h @@ -19,6 +19,12 @@ #ifndef _XTRAY_H #define _XTRAY_H +/******************** Default settings*****************/ +#define HT_DEF_SET 13814 +#define HT_DEF_AOT 5 +#define HT_DEF_KEY 84 +#define HT_DEF_MOD 6 + /******************** Globals *************************/ extern HWND g_hXchatWnd; extern HWND g_hHotkeyWnd; |