playMid(tMidi music); /* Starts the music reproduction and returns */
/* Graph */
-void* loadBitmap(unsigned char* data, unsigned char* palette, int h,int w,int invert); /* invert is 0 when no invertion is needed and non-zero when an inversion is pervormed */
+void* loadBitmap(unsigned char* data, unsigned char* palette, int h,int w,int invert); /* invert is 0 when no invertion is needed and non-zero when an inversion is performed */
void freeBitmap(void* image);
void drawBitmap(void* image,int x, int y);
clearScreen();