Subversion Repositories pentevo

Rev

Rev 783 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed | ?url?

  1. #pragma once
  2.  
  3. extern const unsigned char *fontdata;
  4.  
  5. void create_font_tables();
  6. void __fastcall render_text(unsigned char *dst, unsigned pitch);
  7.