GuiLite/workspace/core/image.cpp

9 lines
178 B
C++
Raw Normal View History

2021-04-02 11:37:13 +08:00
#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