#ifndef CLIB_EXPANSION_PROTOS_H #define CLIB_EXPANSION_PROTOS_H /* ** $VER: expansion_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 LIBRARIES_EXPANSIONBASE_H #include #endif #ifndef DOS_FILEHANDLER_H #include #endif /*--- functions in V33 or higher (Release 1.2) ---*/ VOID __stdargs AddConfigDev( struct ConfigDev *configDev ); /*--- functions in V36 or higher (Release 2.0) ---*/ #ifdef __cplusplus } #endif /* __cplusplus */ #endif