summaryrefslogtreecommitdiff
path: root/plugins/Watrack/i_vars.inc
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-10-08 18:43:29 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-10-08 18:43:29 +0000
commit864081102a5f252415f41950b3039a896b4ae9c5 (patch)
treec6b764651e9dd1f8f53b98eab05f16ba4a492a79 /plugins/Watrack/i_vars.inc
parentdb5149b48346c417e18add5702a9dfe7f6e28dd0 (diff)
Awkwars's plugins - welcome to our trunk
git-svn-id: http://svn.miranda-ng.org/main/trunk@1822 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Watrack/i_vars.inc')
-rw-r--r--plugins/Watrack/i_vars.inc37
1 files changed, 37 insertions, 0 deletions
diff --git a/plugins/Watrack/i_vars.inc b/plugins/Watrack/i_vars.inc
new file mode 100644
index 0000000000..955170fdfa
--- /dev/null
+++ b/plugins/Watrack/i_vars.inc
@@ -0,0 +1,37 @@
+{variables}
+var
+ SongInfoA:tSongInfoA;
+ SongInfo :tSongInfo;
+ WorkSI :tSongInfo;
+var
+ hEvent:THANDLE;
+ hGFI,
+ hWI,
+ hGMI,
+ hPS,
+ hPB,
+ hWATI,
+ hWC,
+ hFMT,
+ hPLR,
+ hRGS,
+ wsic,
+ hHookWATLoaded:THANDLE;
+ opthook:cardinal;
+ onloadhook:cardinal;
+ hHookShutdown:cardinal;
+ inshotkey:cardinal;
+ globhotkey:cardinal;
+ hTimer:cardinal;
+ ttbState,
+ hMenuDisable:THANDLE;
+var
+ CoverPaths:PWideChar;
+ MTHCheck,
+ KeepOld,
+ UseImplant,
+ CheckAll,
+ CheckTime:dword;
+ mmkeyemu: dword;
+ mTimer:dword;
+ TimeoutForThread:cardinal;