1 #ifndef SCREEN_GRAB_H
2 #define SCREEN_GRAB_H
3 
4 #include <stdbool.h>
5 
6 void native_screen_grab_desktop(bool video);
7 
8 void utox_screen_grab_desktop(bool video);
9 
10 #endif
11