mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
10 lines
232 B
C
10 lines
232 B
C
#ifndef _Functions4U_Functions4U_Gui_h_
|
|
#define _Functions4U_Functions4U_Gui_h_
|
|
|
|
const RGBA *GetPixel(Image &img, int x, int y);
|
|
RGBA *GetPixel(ImageBuffer &img, int x, int y);
|
|
|
|
Image Rotate180(const Image& img);
|
|
|
|
|
|
#endif
|