mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
13 lines
306 B
C
13 lines
306 B
C
/*
|
|
* PROJECT: PAINT for ReactOS
|
|
* LICENSE: LGPL
|
|
* FILE: base/applications/paint/dialogs.h
|
|
* PURPOSE: Window procedures of the dialog windows plus launching functions
|
|
* PROGRAMMERS: Benedikt Freisen
|
|
*/
|
|
|
|
int mirrorRotateDlg(void);
|
|
|
|
int attributesDlg(void);
|
|
|
|
int changeSizeDlg(void);
|