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:
@@ -5,7 +5,7 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "scrcpy.h"
|
||||
#include "options.h"
|
||||
|
||||
struct scrcpy_cli_args {
|
||||
struct scrcpy_options opts;
|
||||
|
||||
Reference in New Issue
Block a user