#ifndef SCREENSHOTTER_HPP #define SCREENSHOTTER_HPP namespace screenshotter { void fullscreen(); void area(); } #endif // SCREENSHOTTER_HPP