mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2025-06-28 13:34:07 +08:00
9 lines
178 B
C++
9 lines
178 B
C++
#include "../core_include/image.h"
|
|
|
|
#ifdef GUILITE_ON
|
|
|
|
c_bitmap_operator the_bitmap_op = c_bitmap_operator();
|
|
c_image_operator* c_image::image_operator = &the_bitmap_op;
|
|
|
|
#endif
|