2017-12-12 15:12:07 +01:00
|
|
|
#ifndef SCREEN_H
|
|
|
|
#define SCREEN_H
|
|
|
|
|
2017-12-15 17:34:16 +01:00
|
|
|
#include <SDL2/SDL_stdinc.h>
|
2017-12-12 15:12:07 +01:00
|
|
|
|
2018-02-01 16:36:50 +01:00
|
|
|
SDL_bool scrcpy(const char *serial, Uint16 local_port, Uint16 max_size, Uint32 bit_rate);
|
2017-12-12 15:12:07 +01:00
|
|
|
|
|
|
|
#endif
|