#ifndef CLIB_TEXTEDITOR_PROTOS_H #define CLIB_TEXTEDITOR_PROTOS_H /* ** $VER: texteditor_protos.h 47.1 (30.11.2021) ** ** 'C' prototypes. For use with 32 bit integers only. ** ** Copyright (C) 2019-2022 Hyperion Entertainment CVBA. ** Developed under license. */ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #ifndef EXEC_LIBRARIES_H #include #endif #ifndef INTUITION_INTUITION_H #include #endif #ifndef INTUITION_CLASSES_H #include #endif #ifndef GADGETS_TEXTEDITOR_H #include #endif /*--- functions in V40 or higher (Release 3.1) ---*/ Class *TEXTEDITOR_GetClass( VOID ); /*--- functions in V47 or higher (Release 3.2) ---*/ VOID HighlightSetFormat( APTR object, ULONG pos, ULONG end, ULONG style ); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CLIB_TEXTEDITOR_PROTOS_H */