git » fp-git.git » commit f9ab561

added the palette to the interface

author ecalot
2004-06-13 06:52:30 UTC
committer ecalot
2004-06-13 06:52:30 UTC
parent c7659ad4df57eaa767eeb0e302d20f46a431d71b

added the palette to the interface

FP/src/include/output.h +1 -1

diff --git a/FP/src/include/output.h b/FP/src/include/output.h
index 4b15f28..f271e63 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, 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 pervormed */
 void freeBitmap(void* image);
 void drawBitmap(void* image,int x, int y);
 clearScreen();