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