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

19 lines
297 B
C

#ifndef __TTWAIN_STATE_PD_H__
#define __TTWAIN_STATE_PD_H__
#ifdef __cplusplus
extern "C" {
#endif
int TTWAIN_LoadSourceManagerPD(void);
int TTWAIN_UnloadSourceManagerPD(void);
int TTWAIN_UnloadSourceManagerPD(void);
void TTWAIN_EmptyMessageQueuePD(void);
#ifdef __cplusplus
}
#endif
#endif