]>
Commit | Line | Data |
---|---|---|
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 | |
10 | extern "C" { | |
11 | #endif | |
12 | ||
13 | CGImageRef LKPurpleServerGetScreenImage(void *null); | |
14 | ||
15 | #ifdef __cplusplus | |
16 | } | |
17 | #endif | |
18 | ||
19 | #endif/*LAYERKIT_LKPURPLESERVER_H_*/ |