tahoma2d/toonz/sources/common/twain/ttwain_utilX.c

16 lines
189 B
C
Raw Normal View History

2016-03-19 06:57:51 +13:00
#include "ttwain_utilPD.h"
#ifdef __cplusplus
extern "C" {
#endif
2016-06-15 18:43:10 +12:00
int TTWAIN_Native2RasterPD(void *handle, void *the_ras, int *lx, int *ly) {
return 0;
2016-03-19 06:57:51 +13:00
}
#ifdef __cplusplus
}
#endif