minecraft-pi-reborn/mods/src/screenshot/screenshot.h
TheBrokenRail 0ccc05ad90
Some checks failed
minecraft-pi-reborn/pipeline/head There was a failure building this commit
Fixes
2021-01-27 16:26:19 -05:00

11 lines
106 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void take_screenshot();
#ifdef __cplusplus
}
#endif