open-story-teller/software/system/picture.h
2023-07-12 17:10:51 +02:00

17 lines
173 B
C

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