Subversion Repositories zxusbnet

Rev

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

  1. void scr_init(char atribute);
  2. #ifdef FASTPIXEL
  3. void fast_set_pix_init(void);
  4. void fast_set_pix(unsigned char x,unsigned char y);
  5. #define set_pix fast_set_pix
  6. #define set_pix_init fast_set_pix_init
  7. #else
  8. #define set_pix_init()
  9. void little_set_pix(unsigned char x,unsigned char y);
  10. #define set_pix little_set_pix
  11. #endif
  12. extern void my_im2_init(void *);
  13.  
  14. extern unsigned char * mylib_font8x8;