mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
15 lines
343 B
C
15 lines
343 B
C
![]() |
/*
|
||
|
* PROJECT: PAINT for ReactOS
|
||
|
* LICENSE: LGPL
|
||
|
* FILE: base/applications/mspaint/common.h
|
||
|
* PURPOSE: Commonly used functions
|
||
|
* PROGRAMMERS: Benedikt Freisen
|
||
|
* Stanislav Motylkov
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
/* FUNCTIONS ********************************************************/
|
||
|
|
||
|
extern BOOL zoomTo(int, int, int);
|