2017-12-12 22:12:07 +08:00
|
|
|
#ifndef SCREEN_H
|
|
|
|
#define SCREEN_H
|
|
|
|
|
2017-12-16 00:34:16 +08:00
|
|
|
#include <SDL2/SDL_stdinc.h>
|
2017-12-12 22:12:07 +08:00
|
|
|
|
2018-01-29 22:40:33 +08:00
|
|
|
SDL_bool scrcpy(const char *serial, Uint16 local_port, Uint16 maximum_size);
|
2017-12-12 22:12:07 +08:00
|
|
|
|
|
|
|
#endif
|