#ifndef PRAGMAS_SPEEDBAR_PRAGMAS_H #define PRAGMAS_SPEEDBAR_PRAGMAS_H /* ** $VER: speedbar_pragmas.h 47.1 (30.11.2021) ** ** Lattice 'C', Aztec 'C', SAS/C and DICE format pragma files. */ #ifndef CLIB_SPEEDBAR_PROTOS_H #include #endif /* CLIB_SPEEDBAR_PROTOS_H */ /* "speedbar.gadget" */ /*--- functions in V40 or higher (Release 3.1) ---*/ #pragma libcall SpeedBarBase SPEEDBAR_GetClass 1e 00 #pragma libcall SpeedBarBase AllocSpeedButtonNodeA 24 8002 #if defined(__SASC_60) #pragma tagcall SpeedBarBase AllocSpeedButtonNode 24 8002 #endif /* __SASC_60 */ #pragma libcall SpeedBarBase FreeSpeedButtonNode 2a 801 #pragma libcall SpeedBarBase SetSpeedButtonNodeAttrsA 30 9802 #if defined(__SASC_60) #pragma tagcall SpeedBarBase SetSpeedButtonNodeAttrs 30 9802 #endif /* __SASC_60 */ #pragma libcall SpeedBarBase GetSpeedButtonNodeAttrsA 36 9802 #if defined(__SASC_60) #pragma tagcall SpeedBarBase GetSpeedButtonNodeAttrs 36 9802 #endif /* __SASC_60 */ #endif /* PRAGMAS_SPEEDBAR_PRAGMAS_H */