1 #ifndef WIN_SCREENGRAB_H
2 #define WIN_SCREENGRAB_H
3 
4 #include <windef.h>
5 
6 void screen_grab_init(HINSTANCE app_instance);
7 
8 void native_screen_grab_desktop(bool video);
9 
10 #endif
11