Newer
Older
Import / research / signals-slots / src / gui / jpeg / loadjpeg.h
@John Ryland John Ryland on 22 Dec 2020 126 bytes import NUC files
#ifndef LOAD_JPEG_H
#define LOAD_JPEG_H


#include <image.h>


Image loadJpegFile(const char *file);


#endif // LOAD_JPEG_H