]> git.saurik.com Git - veency.git/blob - iphonevnc/LayerKit/LKPurpleServer.h
0a24f936f79deb0d4a1edef7b331e9039d1cb90c
[veency.git] / iphonevnc / LayerKit / LKPurpleServer.h
1 #ifndef LAYERKIT_LKPURPLESERVER_H_
2 #define LAYERKIT_LKPURPLESERVER_H_
3
4 #include <stdbool.h>
5 #include <stdint.h>
6
7 #import <CoreGraphics/CGImage.h>
8
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12
13 CGImageRef LKPurpleServerGetScreenImage(void *null);
14
15 #ifdef __cplusplus
16 }
17 #endif
18
19 #endif/*LAYERKIT_LKPURPLESERVER_H_*/