#ifndef SCREEN_CAPTURE #define SCREEN_CAPTURE #include class ScreenCapture { public: ScreenCapture(); void EnumScreen(); }; #endif // SCREEN_CAPTURE_H