Artifact Content

Not logged in

Artifact c66ea8b266dd9f08a37da89ff537518e2dc8fb77


     1  //--- K.I.LIB ---
     2  // kilib.h : main-header of  K.I.LIB
     3  
     4  #ifndef AFX_KILIB_H__89998F34_A9FE_4A27_A159_671F85AA9383__INCLUDED_
     5  #define AFX_KILIB_H__89998F34_A9FE_4A27_A159_671F85AA9383__INCLUDED_
     6  
     7  #include "kl_str.h"
     8  #include "kl_misc.h"
     9  #include "kl_cmd.h"
    10  #include "kl_wnd.h"
    11  #include "kl_file.h"
    12  #include "kl_app.h"
    13  #include "kl_reg.h"
    14  #include "kl_find.h"
    15  #include "kl_wcmn.h"
    16  #include "kl_dnd.h"
    17  
    18  extern kiApp* app();
    19  extern void kilib_create_new_app();
    20  
    21  #ifdef KILIB_LOG
    22  #define Log(_s_) app()->log((const char*)(_s_))
    23  #else
    24  #define Log(_s_)
    25  #endif
    26  
    27  #endif