git » fp-git.git » commit 180f95e

modified loadImage interface

author ecalot
2004-06-20 16:35:18 UTC
committer ecalot
2004-06-20 16:35:18 UTC
parent 1086505d9265752513132296f80b2b02145b185f

modified loadImage interface

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

diff --git a/FP/src/include/output.h b/FP/src/include/output.h
index da43368..da3b170 100644
--- a/FP/src/include/output.h
+++ b/FP/src/include/output.h
@@ -49,8 +49,8 @@ void outputPlayMid(tMidi music); /* Starts the music reproduction and returns */
 /* Graph */
 
  /* Graph: Primitives for resources module */
-void* outputLoadBitmap(unsigned char* data, unsigned char* palette, int h,int w,int invert);
- /* Returns an abstract object allocated in memory using the data information ti build it
+void* outputLoadBitmap(unsigned char* data, int size, unsigned char* palette, int h,int w,int invert, int firstColorTransparent);
+	/* Returns an abstract object allocated in memory using the data information ti build it
 	* invert is 0 when no invertion is needed and non-zero when an inversion is performed
 	*/