essai_show_t16x24

This commit is contained in:
tTh 2022-10-28 05:54:07 +02:00
parent 4efe885d9a
commit f70037a143
1 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,7 @@ int essai_show_t16x24( char *text)
if (NULL != text)
Image_t16x24_essai("16x24thin", text, "16x24.tga");
else
Image_t16x24_essai("16x24thin", "0123456789abcdef", "16x24.tga");
Image_t16x24_essai("16x24gruik", "0123456789abcdef", "16x24.tga");
return 0;
}
/* ============================== */
@ -66,6 +66,9 @@ int foo;
Image_print_version(2);
Image_print_sizeof_structs("foo");
foo = essai_show_t16x24(NULL);
fprintf(stderr, "essai show t16x24 --> %d\n", foo);
foo = essai_draw_paint_rect("foo.tga");
fprintf(stderr, "essai draw rect --> %d\n", foo);