/** * @file capture.h * * Interface of the screenshot function. */ #pragma once namespace devilution { void CaptureScreen(); }