win32text.h 411 B

123456789101112131415
  1. // wonbe Win32 text emulation
  2. // First Created: Nov.4,2000 by Nashiko
  3. // Copyright 2000 (c) by Pie Dey Co.,Ltd.
  4. int createText();
  5. void clearText();
  6. void drawChar( int x, int y, unsigned short ch );
  7. void updateText();
  8. void deleteText();
  9. unsigned short win32_wait();
  10. unsigned short win32_scan();
  11. unsigned int win32_get_tick_count();
  12. void win32_sys_wait( unsigned int val );
  13. // end of win32text.h