tahoma2d/toonz/sources/common/twain/ttwain_win.h
Toshihiro Shimizu 890dddabbd first commit
2016-03-19 02:57:51 +09:00

17 lines
216 B
C

#ifndef __TTWAIN_WIN_H__
#define __TTWAIN_WIN_H__
#ifdef __cplusplus
extern "C" {
#endif
void *TTWAIN_GetValidHwnd(void *hwnd);
int TTWAIN_EnableWindow(void *hwnd, int flag);
#ifdef __cplusplus
}
#endif
#endif