vaja 3 predvecer
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#ifndef BITMAP_H
|
||||
#define BITMAP_H
|
||||
|
||||
int SaveBitmapToFile(void* data, unsigned int lWidth, unsigned int lHeight, unsigned int wBitsPerPixel, const char *fileName);
|
||||
int shraniBMP(void *slika, unsigned int w, unsigned int l, const char *f);
|
||||
|
||||
#endif //BITMAP_H
|
||||
Reference in New Issue
Block a user