Move version handling to a separate file
This will avoid to include all dependencies headers from main.c.
This commit is contained in:
9
app/src/version.h
Normal file
9
app/src/version.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef SC_VERSION_H
|
||||
#define SC_VERSION_H
|
||||
|
||||
#include "common.h"
|
||||
|
||||
void
|
||||
scrcpy_print_version(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user