| author | ecalot
<ecalot> 2004-06-13 07:01:51 UTC |
| committer | ecalot
<ecalot> 2004-06-13 07:01:51 UTC |
| parent | 67cd97f53718da1166ee8ab705bbd966f8f94d7a |
| FP/src/include/output.h | +1 | -1 |
diff --git a/FP/src/include/output.h b/FP/src/include/output.h index f271e63..2d67da3 100644 --- a/FP/src/include/output.h +++ b/FP/src/include/output.h @@ -47,7 +47,7 @@ playWav(tWave sound); /* Starts the reproduction of the sample and returns */ 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();