#ifndef ZELDAASCII #define ZELDAASCII #define LCD_WIDTH_PX 384 #define LCD_HEIGHT_PX 216 typedef unsigned short color_t; extern void* GetVRAMAddress(); extern int nbreDeChiffre(long int nombre); extern int PrintText (int x,int y,char* string, const color_t color); extern int PrintChar(const unsigned char* data, int x, int y, const color_t* palette, color_t maskColor, unsigned int bitwidth,short colort); extern int PrintNumber(int x,int y,int number, const color_t color); #endif