Subversion Repositories Kolibri OS

Rev

Rev 5225 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5225 Rev 5291
Line 27... Line 27...
27
 
27
 
28
void game_font_init();
28
void game_font_init();
Line 29... Line 29...
29
void game_font_term(); 
29
void game_font_term(); 
-
 
30
 
-
 
31
void game_textout(int x, int y, int font_index, char* s);
30
 
32
void game_textout_at_center(int x, int y, int font_index, char *s);
Line 31... Line 33...
31
void game_textout(int x, int y, int font_index, char* s);
33
void game_textout_adv(rs_texture_t *dest, int x, int y, int font_index, int draw_mode, char* s);