Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef _CONIO_H
  2. #define _CONIO_H
  3.  
  4. int _getch();
  5. int _kbhit();
  6.  
  7. int con_init_console_dll(void);
  8. int con_init_console_dll_param(uint32_t wnd_width, uint32_t wnd_height, uint32_t scr_width, uint32_t scr_height, const char* title);
  9. void con_lib_link(void *exp, char** imports);
  10.  
  11. #endif