minecraft-pi-reborn/mods/src/screenshot/screenshot.h

15 lines
144 B
C
Raw Normal View History

2020-11-24 22:12:23 +00:00
#ifndef SCREENSHOT_H
#define SCREENSHOT_H
#ifdef __cplusplus
extern "C" {
#endif
void take_screenshot();
#ifdef __cplusplus
}
#endif
#endif