//HEADER_GOES_HERE
#ifndef __CAPTURE_H__
#define __CAPTURE_H__
void CaptureScreen();
#endif /* __CAPTURE_H__ */