mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 08:34:08 +00:00
7 lines
128 B
C++
7 lines
128 B
C++
|
#ifndef __WORD_BY_AUTO_HH_INCLUDED
|
||
|
#define __WORD_BY_AUTO_HH_INCLUDED
|
||
|
|
||
|
WCHAR *gdGetWordAtPointByAutomation( POINT pt );
|
||
|
|
||
|
#endif
|