gfxEngine_documentation
bfg_writeEngine.h
Go to the documentation of this file.
1 #ifndef WRITEENGINE_H
2 #define WRITEENGINE_H
3 
15 void we_printString(int x,int y,char *chaine);
16 
28 void we_printInt(int x,int y,int valeur);
29 
30 #endif
void we_printInt(int x, int y, int valeur)
Affiche une valeur numerique de maniere graphique.
Definition: bfg_writeEngine.c:27
void we_printString(int x, int y, char *chaine)
Affiche une chaine de caracteres de maniere graphique.
Definition: bfg_writeEngine.c:8