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 *);
|