open-story-teller/software/system/picture.h
2023-04-18 16:20:41 +02:00

17 lines
168 B
C

#ifndef PICTURE_H
#define PICTURE_H
#ifdef __cplusplus
extern "C" {
#endif
void decompress(const char *filename);
#ifdef __cplusplus
}
#endif
#endif // PICTURE_H