scrcpy/app/src/screen.h

9 lines
122 B
C
Raw Normal View History

#ifndef SCREEN_H
#define SCREEN_H
#include <SDL2/SDL.h>
int show_screen(const char *serial, Uint16 local_port);
#endif