1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-14 22:03:27 +01:00
cnc-ddraw/inc/screenshot.h

11 lines
185 B
C
Raw Permalink Normal View History

2020-10-13 09:20:52 +02:00
#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