tahoma2d/toonz/sources/common/twain/ttwain_utilPD.h
2016-05-17 00:04:11 +09:00

16 lines
250 B
C

#pragma once
#ifndef __TTWAIN_UTIL_PD_H__
#define __TTWAIN_UTIL_PD_H__
#ifdef __cplusplus
extern "C" {
#endif
int TTWAIN_Native2RasterPD(void *handle, void *the_ras, int *lx, int *ly);
#ifdef __cplusplus
}
#endif
#endif /*__TTWAIN_UTIL_PD_H__*/