GuiLite/workspace/core/image.cpp
2021-04-02 11:37:13 +08:00

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