Hi everyone.
I'm using graphics.h and graphics.c from Yeldarb Tuts.
But when i use the function:
orCode:void printTextImage(int x, int y, const char* text, u32 color, Image* image);
Dont work. :SCode:void drawLineImage(int x0, int y0, int x1, int y1, Color color, Image* image);
but when i use:
orCode:void printTextScreen(int x, int y, const char* text, u32 color);
works just fine.Code:void drawLineScreen(int x0, int y0, int x1, int y1, Color color);
Can anyone help me?
Thanks in advance,
ShUr1k3n