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

19 lines
301 B
C

#ifndef __TTWAIN_WIN_PD_H__
#define __TTWAIN_WIN_PD_H__
#ifdef __cplusplus
extern "C" {
#endif
void *TTWAIN_GetValidHwndPD(void *hwnd);
int TTWAIN_EnableWindowPD(void *hwnd, int flag);
void TTWAIN_EmptyMessageQueuePD(void);
void TTWAIN_ModalEventLoopPD(void);
#ifdef __cplusplus
}
#endif
#endif