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

5 lines
62 B
C
Raw Permalink Normal View History

2022-07-13 20:46:33 +00:00
#pragma once
2024-04-08 03:29:23 +00:00
extern "C" {
2022-07-13 20:46:33 +00:00
void screenshot_take(char *home);
2024-04-08 03:29:23 +00:00
}