]> git.saurik.com Git - veency.git/blame - iphonevnc/LayerKit/LKPurpleServer.h
This version works.
[veency.git] / iphonevnc / LayerKit / LKPurpleServer.h
CommitLineData
57ad730c
JF
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
10extern "C" {
11#endif
12
13CGImageRef LKPurpleServerGetScreenImage(void *null);
14
15#ifdef __cplusplus
16}
17#endif
18
19#endif/*LAYERKIT_LKPURPLESERVER_H_*/