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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user