#ifndef SCRCPY_OTG_H #define SCRCPY_OTG_H #include "common.h" #include #include "options.h" bool scrcpy_otg(struct scrcpy_options *options); #endif