//----------------------------------------------------------------------------// // GNU GPL OS/K // // // // Authors: spectral` // // NeoX // // // // Desc: Kaleid API main include file // //----------------------------------------------------------------------------// #ifndef _KALEID_H #define _KALEID_H //------------------------------------------// // Include all Kaleid headers // //------------------------------------------// #ifndef _KALBASE_H #include #endif #ifndef _KALEXT_H #include #endif #ifdef _KALEID_KERNEL #ifndef _KALKERN_H #include #endif #endif //------------------------------------------// #endif