tahoma2d/toonz/sources/common/twain/ttwain_win.h
2020-05-27 00:38:36 -06:00

17 lines
228 B
C

#pragma once
#ifndef __TTWAIN_WIN_H__
#define __TTWAIN_WIN_H__
#ifdef __cplusplus
extern "C" {
#endif
void *TTWAIN_GetValidHwnd(void *hwnd);
int TTWAIN_EnableWindow(void *hwnd, int flag);
#ifdef __cplusplus
}
#endif
#endif