scrcpy/app/src/scrcpy.h

13 lines
152 B
C
Raw Normal View History

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