mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 22:03:07 -06:00
19 lines
515 B
C++
19 lines
515 B
C++
//////////////////////////////////////////////////////////////////////
|
|
// HPlanImg: image header file generated from F:\src\uppsrc\Geom\Ctrl\PlotterCtrl.iml
|
|
|
|
#ifndef __HPlanImg__
|
|
#define __HPlanImg__
|
|
|
|
namespace HPlanImg
|
|
{
|
|
const Image& view_zoom_in();
|
|
const Image& view_zoom_out();
|
|
const Image& view_zoom_horz_full();
|
|
const Image& view_zoom_vert_full();
|
|
const Image& view_zoom_full();
|
|
const Image& view_pan();
|
|
const Image& drag_horz();
|
|
const Image& drag_vert();
|
|
} // namespace HPlanImg
|
|
|
|
#endif//__HPlanImg__
|