/** * @file capture.h * * Interface of the screenshot function. */ #ifndef __CAPTURE_H__ #define __CAPTURE_H__ void CaptureScreen(); #endif /* __CAPTURE_H__ */