9477594f80
This will avoid to include all dependencies headers from main.c.
9 lines
105 B
C
9 lines
105 B
C
#ifndef SC_VERSION_H
|
|
#define SC_VERSION_H
|
|
|
|
#include "common.h"
|
|
|
|
void
|
|
scrcpy_print_version(void);
|
|
|
|
#endif
|