essai_show_t16x24
This commit is contained in:
parent
4efe885d9a
commit
f70037a143
@ -11,7 +11,7 @@ int essai_show_t16x24( char *text)
|
|||||||
if (NULL != text)
|
if (NULL != text)
|
||||||
Image_t16x24_essai("16x24thin", text, "16x24.tga");
|
Image_t16x24_essai("16x24thin", text, "16x24.tga");
|
||||||
else
|
else
|
||||||
Image_t16x24_essai("16x24thin", "0123456789abcdef", "16x24.tga");
|
Image_t16x24_essai("16x24gruik", "0123456789abcdef", "16x24.tga");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
/* ============================== */
|
/* ============================== */
|
||||||
@ -66,6 +66,9 @@ int foo;
|
|||||||
Image_print_version(2);
|
Image_print_version(2);
|
||||||
Image_print_sizeof_structs("foo");
|
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");
|
foo = essai_draw_paint_rect("foo.tga");
|
||||||
fprintf(stderr, "essai draw rect --> %d\n", foo);
|
fprintf(stderr, "essai draw rect --> %d\n", foo);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user