diff options
Diffstat (limited to 'plugins/Watrack/i_vars.inc')
-rw-r--r-- | plugins/Watrack/i_vars.inc | 37 |
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;
|