scrcpy/app/src/version.h

10 lines
105 B
C
Raw Normal View History

#ifndef SC_VERSION_H
#define SC_VERSION_H
#include "common.h"
void
scrcpy_print_version(void);
#endif