mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
10 lines
No EOL
131 B
C
10 lines
No EOL
131 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void enableCapture();
|
|
void doScreenCapture();
|
|
|
|
#ifdef __cplusplus
|
|
};
|
|
#endif |