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

18 lines
228 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_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