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

17 lines
250 B
C
Raw Normal View History

2016-05-17 03:04:11 +12:00
#pragma once
2016-03-19 06:57:51 +13:00
#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__*/