win32text.h 543 B

123456789101112131415161718
  1. // wonbe Win32 text emulation
  2. /* First Created: Nov.3,2000 by Pie Dey Co.,Ltd. */
  3. /* This source code is distributed under GNU General Public License (GPL) */
  4. /* see http://www.gnu.org/ about GPL */
  5. int createText();
  6. void clearText();
  7. void drawChar( int x, int y, unsigned short ch );
  8. void updateText();
  9. void deleteText();
  10. unsigned short win32_wait();
  11. unsigned short win32_scan();
  12. unsigned int win32_get_tick_count();
  13. void win32_sys_wait( unsigned int val );
  14. void win32_play_mml( const char * mml );
  15. // end of win32text.h