source: trunk/dll/gotchdll.h@ 2

Last change on this file since 2 was 2, checked in by Gregg Young, 8 years ago

Gotcha 1.78 source from Hobbes

  • Property svn:eol-style set to native
File size: 230 bytes
RevLine 
[2]1
2#ifndef _THTH_GOTCHDLL_H_
3#define _THTH_GOTCHDLL_H_
4
5extern void EXPENTRY InitDLL (HAB hab, HWND hwnd);
6extern void EXPENTRY StartInputHook (void);
7extern void EXPENTRY StopInputHook (void);
8extern USHORT Version (VOID);
9
10#endif
Note: See TracBrowser for help on using the repository browser.