Update Bitmap

This commit is contained in:
vCaesar 2016-11-14 00:01:21 +08:00
parent 67e8918365
commit 0e09bcb5ba
5 changed files with 4 additions and 4 deletions

View File

@ -19,9 +19,9 @@
// uint8_t *image;
// };
#include "bitmap_class.h"
#include "bitmap_find_init.h"
#include "bitmap_find_c.h"
#include "../base/color_find_init.h"
// #include "../screen/screen_init.h"
// #include "../screen/screen_c.h"
#include "../base/io_init.h"
#include "../base/pasteboard_init.h"
#include "../base/str_io_init.h"

View File

@ -9,8 +9,8 @@
// except according to those terms.
#include "../base/types.h"
#include "screengrab_init.h"
#include "screen_init.h"
#include "screengrab_c.h"
#include "screen_c.h"
// #include "../MMBitmap_init.h"
void padHex(MMRGBHex color, char* hex){