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

5 lines
62 B
C

#pragma once
extern "C" {
void screenshot_take(char *home);
}