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

19 lines
273 B
C
Raw Normal View History

2016-03-19 06:57:51 +13:00
#ifndef __TTWAIN_UTILP_H__
#define __TTWAIN_UTILP_H__
#ifdef __cplusplus
extern "C" {
#endif
int TTWAIN_NegotiateXferCount(TUINT32 nXfers);
int TTWAIN_InitSupportedCaps(void);
int TTWAIN_GetModalStatus(void);
#ifdef __cplusplus
}
#endif
#endif /*__TTWAIN_UTILP_H__*/