tahoma2d/toonz/sources/common/twain/ttwain_winPD.h

20 lines
313 B
C
Raw Normal View History

2020-05-27 18:38:36 +12:00
#pragma once
#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