feat: ajout de déclaration nouvelles fonctions graphiques
This commit is contained in:
parent
51fe360889
commit
3fccae0b03
|
@ -5,6 +5,12 @@
|
||||||
|
|
||||||
typedef u8 mode_def[64];
|
typedef u8 mode_def[64];
|
||||||
|
|
||||||
void print (u8* string);
|
void print (char* string);
|
||||||
void cls (void);
|
void clearscreen (void);
|
||||||
u16 setvmode(u8);
|
u16 setvmode(u8);
|
||||||
|
void showchar (u8 thechar);
|
||||||
|
void showhex (u8 src);
|
||||||
|
void fillscreen (u8 color);
|
||||||
|
u8 getfont(u8 num);
|
||||||
|
void setfont(u8 num);
|
||||||
|
void gotoscreen(u16 x,u16 y);
|
Loading…
Reference in New Issue