Grabby/Overlay.h
snow flurry 585e61636a Create project "Grabby".
git-svn-id: svn://vcs.sdm.2ki.xyz/Grabby/trunk@9 27729192-006e-004d-b9b5-06fbd0ef7001
2024-02-13 21:00:46 +00:00

9 lines
204 B
C

#pragma once
#include "Bitmap.h"
// Gets a RECT representing the screen region the user wants.
void GetChosenRect(RECT *);
// Creates the overlay window.
int CreateOverlay(HINSTANCE, Screen *);