11 lines
106 B
C
Raw Normal View History

2021-01-27 16:26:19 -05:00
#pragma once
2020-11-24 17:12:23 -05:00
#ifdef __cplusplus
extern "C" {
#endif
void take_screenshot();
#ifdef __cplusplus
}
#endif