Subversion Repositories pentevo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
716 lvd 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);