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:
Romain Vimont
2021-10-27 18:43:47 +02:00
parent ac23bec144
commit e4d5c1ce36
14 changed files with 172 additions and 165 deletions

View File

@@ -9,7 +9,7 @@
#include "adb.h"
#include "coords.h"
#include "scrcpy.h"
#include "options.h"
#include "util/log.h"
#include "util/net.h"
#include "util/thread.h"