Rename screen -> scrcpy -> main
Rename scrcpy.c to main.c (this file handles the command line parsing), and screen.c to scrcpy.c (it exposes the entry point scrcpy()).
This commit is contained in:
8
app/src/scrcpy.h
Normal file
8
app/src/scrcpy.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef SCREEN_H
|
||||
#define SCREEN_H
|
||||
|
||||
#include <SDL2/SDL_stdinc.h>
|
||||
|
||||
SDL_bool scrcpy(const char *serial, Uint16 local_port);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user