#ifndef CLIENT_SCREENSHOT_HH #define CLIENT_SCREENSHOT_HH 1 #pragma once namespace screenshot { void init(void); void take(void); } // namespace screenshot #endif /* CLIENT_SCREENSHOT_HH */