vaja 3 predvecer

This commit is contained in:
2022-03-28 23:48:47 +02:00
parent a95c3bd90a
commit 4f0a9d0783
9 changed files with 232 additions and 0 deletions
+7
View File
@@ -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