2bd01bf181
Not on Mac. I still don't have a way to test there.
16 lines
227 B
C++
16 lines
227 B
C++
#ifndef SCREENSHOTTER_HPP
|
|
#define SCREENSHOTTER_HPP
|
|
|
|
namespace screenshotter {
|
|
void fullscreen();
|
|
void fullscreenDelayed();
|
|
|
|
void area();
|
|
void areaDelayed();
|
|
|
|
void activeDelayed();
|
|
void active();
|
|
}
|
|
|
|
#endif // SCREENSHOTTER_HPP
|