mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
10 lines
105 B
C
10 lines
105 B
C
|
|
#ifndef SC_VERSION_H
|
||
|
|
#define SC_VERSION_H
|
||
|
|
|
||
|
|
#include "common.h"
|
||
|
|
|
||
|
|
void
|
||
|
|
scrcpy_print_version(void);
|
||
|
|
|
||
|
|
#endif
|