/* mpropath.h for Visual C/C+ ver.5.0 R. Akasaka 8 Dec. 2000 */ #define DLLIMPORT __declspec( dllimport ) #ifdef __cplusplus extern "C" { #endif DLLIMPORT void __stdcall KPAMES( int, int ); DLLIMPORT void __stdcall STNKAS( int, int ); DLLIMPORT float __stdcall AKG( float ); DLLIMPORT float __stdcall AKMOL( float ); DLLIMPORT float __stdcall AMW( float ); DLLIMPORT float __stdcall FCM( int, char* ); DLLIMPORT int __stdcall IPHASE( float, float, float ); DLLIMPORT float __stdcall PBT( float, float ); DLLIMPORT float __stdcall PDT( float, float ); DLLIMPORT float __stdcall TBP( float, float ); DLLIMPORT float __stdcall TDP( float, float ); DLLIMPORT float __stdcall PSTM( int, float ); DLLIMPORT float __stdcall TSPM( int, float ); DLLIMPORT float __stdcall HTPZ( float, float, float ); DLLIMPORT float __stdcall VTPZ( float, float, float ); DLLIMPORT float __stdcall STPZ( float, float, float ); DLLIMPORT float __stdcall TPZH( float, float, float ); DLLIMPORT float __stdcall VPZH( float, float, float ); DLLIMPORT float __stdcall SPZH( float, float, float ); DLLIMPORT float __stdcall TPZS( float, float, float ); DLLIMPORT float __stdcall HPZS( float, float, float ); DLLIMPORT float __stdcall VPZS( float, float, float ); DLLIMPORT float __stdcall TPZV( float, float, float ); DLLIMPORT float __stdcall HPZV( float, float, float ); DLLIMPORT float __stdcall SPZV( float, float, float ); DLLIMPORT float __stdcall XPT( float, float ); DLLIMPORT float __stdcall YPT( float, float ); DLLIMPORT void __stdcall SUBMIX( int, int*, float*, float*, float*, float*, float*, float* ); DLLIMPORT void __stdcall SUBXY( int*, float, float, float*, float*, float*, float*, float*, float*, float*, float* ); #ifdef __cplusplus } #endif