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:
@@ -1,8 +0,0 @@
|
||||
#ifndef SCREEN_H
|
||||
#define SCREEN_H
|
||||
|
||||
#include <SDL2/SDL_stdinc.h>
|
||||
|
||||
SDL_bool show_screen(const char *serial, Uint16 local_port);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user