mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
12 lines
152 B
C
12 lines
152 B
C
#ifndef SCRCPY_H
|
|
#define SCRCPY_H
|
|
|
|
#include "common.h"
|
|
|
|
#include <stdbool.h>
|
|
#include "options.h"
|
|
|
|
bool
|
|
scrcpy(struct scrcpy_options *options);
|
|
|
|
#endif
|