7 lines
73 B
C
7 lines
73 B
C
#pragma once
|
|
|
|
struct Gui;
|
|
|
|
extern "C" {
|
|
void screenshot_take(Gui *gui);
|
|
} |