mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 02:08:33 +00:00
update include .h code
This commit is contained in:
parent
4c627771c2
commit
b1974fbf5b
4 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#define BMP_IO_H
|
||||
|
||||
#include "MMBitmap.h"
|
||||
#include "io.h"
|
||||
#include "file_io.h"
|
||||
|
||||
enum _BMPReadError {
|
||||
kBMPGenericError = 0,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "io.h"
|
||||
#include "file_io.h"
|
||||
#include "os.h"
|
||||
#include "bmp_io.h"
|
||||
#include "png_io.h"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#define PASTEBOARD_H
|
||||
|
||||
#include "MMBitmap.h"
|
||||
#include "io.h"
|
||||
#include "file_io.h"
|
||||
|
||||
enum _MMBitmapPasteError {
|
||||
kMMPasteNoError = 0,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#define STR_IO_H
|
||||
|
||||
#include "MMBitmap.h"
|
||||
#include "io.h"
|
||||
#include "file_io.h"
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue