snow flurry
585e61636a
git-svn-id: svn://vcs.sdm.2ki.xyz/Grabby/trunk@9 27729192-006e-004d-b9b5-06fbd0ef7001
9 lines
204 B
C
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 *); |