cocco-ddraw/inc/screenshot.h
2020-10-13 09:20:52 +02:00

10 lines
185 B
C

#ifndef SCREENSHOT_H
#define SCREENSHOT_H
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include "ddsurface.h"
BOOL ss_take_screenshot(struct IDirectDrawSurfaceImpl* src);
#endif