File: wordbyauto.hh

package info (click to toggle)
goldendict 1.5.0~rc2%2Bgit20221126%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,376 kB
  • sloc: cpp: 60,569; ansic: 11,511; xml: 529; makefile: 74; sh: 42
file content (6 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#ifndef __WORD_BY_AUTO_HH_INCLUDED
#define __WORD_BY_AUTO_HH_INCLUDED

WCHAR *gdGetWordAtPointByAutomation( POINT pt );

#endif