#ifndef IDCT_DOUBLE_H
#define IDCT_DOUBLE_H

#ifdef __cplusplus
extern "C" {
#endif

#ifndef IDCT_DOUBLE_C
extern void __stdcall idct_double(short *block);
#endif

#ifdef __cplusplus
}
#endif
	
#endif