mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-02 15:45:42 +00:00
Move scrcpy option structs to options.h
This will allow to define symbols in options.c without all the dependencies of scrcpy.c.
This commit is contained in:
parent
ac23bec144
commit
e4d5c1ce36
14 changed files with 172 additions and 165 deletions
|
@ -4,7 +4,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#include "cli.h"
|
||||
#include "scrcpy.h"
|
||||
#include "options.h"
|
||||
|
||||
static void test_flag_version(void) {
|
||||
struct scrcpy_cli_args args = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue